Send Email with Attachments
To be able to send emails with files you must import MailersModules
in the module where you want to use it.

Fields
recipientEmails: Email or Emails to which you want to send the information.
emailsSubject: Title you want to display in the email.
emailText: Content you want to display in the body of the email.
emailHtmlBody: Content you want to display in the body of the email.
Attachements.content: File you want to send. (This file must be in base64)
Attachements.filename: Name of the file to be attached.
Last updated
Was this helpful?