Options in email.send

The following code can be used to attach the Pdf of the transaction record to the email as an attachment and set the subject and body of the email using an email template. Create transaction PDF let transactionFile = render.transaction({    entityId: recordId,    printMode: render.PrintMode.PDF,    inCustLocale: true }); save the file to file cabinet transactionFile.folder =… Continue reading Options in email.send