Technical Help / Button to send mail and attachment PDF
Hi at everyone, I’m using this code in a button to send mail with text
and the record in pdf as attachments, the problem is Ninox follow like charge
and not working, I have a basic account, any suggestion? let myPdf := printAndSaveRecord(this, "Print Layout Name");let myName := "Name of file.pdf";importFile(this, myPdf, myName);let myEmail := userEmail(user());sendEmail({from: "test@email.com",to: