Send Email
Overview
Send an email using a variety of email services
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
Use Dynamic Name | Show the Dynamic Name slot in the tree so that it can be set dynamically | Boolean Block Group | No |
Dynamic Name | The dynamic name of this item | Text Block Group | No |
Attributes | Metadata values for this block. Used in XML and multipart/form-data. | Text Block Group | No |
Email Service | The email service to use | Text Block Group | No |
Email Subject | The subject of the email | Text Block Group | No |
Email Body HTML | The body of the email | Text Block Group | No |
Email Body Text | The body of the email that will be displayed to recipients who have HTML display disabled | Text Block Group | No |
Email To | The email addresses to send the email to, comma separated (some, but not all email services accept a format like `Name <email@address>`) | Text Block Group | No |
Email CC | The email addresses to CC the email to, comma separated (some, but not all email services accept a format like `Name <email@address>`) | Text Block Group | No |
Email BCC | The email addresses to BCC the email to, comma separated (some, but not all email services accept a format like `Name <email@address>`) | Text Block Group | No |
Email Attachments | A Data Structure of base64 encoded attachments to include in the email | Data Structure Process Block Group | No |
Email Service API Key | The API key for the email service | Text Block Group | No |
Email Service API Secret | The API secret for the email service, Postmark calls this the server token | Semi-Secret Block Group | No |
SMTP Username | The username for the SMTP server | Text Block Group | No |
SMTP Password | The password for the SMTP server | Semi-Secret Block Group | No |
SMTP Host Address | The host for the SMTP server | Text Block Group | No |
SMTP Port | The port for the SMTP server | Number Block Group | No |
Email Service Domain | The domain for the email service | Text Block Group | No |
Sender Email | The sender email address | Text Block Group | No |
Reply To Email | The reply to email address | Text Block Group | No |
Encryption | OpportunisticStartTLS (tries to use TLS after initial connection, if not available will connect without TLS), MandatoryStartTLS (always use TLS after initial connection), SSL (everything including the initial connection is encrypted) | Text Block Group | No |