Skip to main content

Send Mail

Sends an email with the specified subject, body, and attachments.

To learn how to send email watch the following Loom video:

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Client Id - The client id required to send the email. The ID is created by the Connect node.
  • From - The email address the email should be sent from.
  • To - The email address(es) the email should be sent to.
  • Cc - The email address(es) to be Cc'd in the email.
  • Bcc - The email address(es) to be Bcc'd in the email.
  • Reply To - The email address that should be used as the reply-to address.
  • Subject - The subject of the email.
  • Body - The body of the email.

Output

  • n/a - No output

Options

  • Credentials - The credentials required to send the email. Required if there is no Client Id.
  • Is Body HTML - Indicates whether the Body is in HTML format.
  • Attachments - The attachments to the email. Must be an array of full paths (e.g. ["C:\Users\Jane\Documents\report.xlsx", "C:\Users\Jane\Documents\invoices.xlsx"])
  • Custom Attachments - Custom attachments to the email. Attachment full paths can be added one by one (e.g. C:\Users\Jane\Documents\report.xlsx)