|
<< Click to Display Table of Contents >> Send Email |
![]() ![]()
|
The Send Email activity allows you to send an email out of a workflow. If an error happens during the email server connection, the Error container will be executed. Regardless of outcome, the activity will then execute the flow towards the next activity.
All input fields can be populated via script or variable for this activity.
From, To, CC & BCC |
A list of email for the respective recipients. Can be manually entered (add multiple via tab key) or provided as a string with a semicolon as separator. |
Subject |
String to use as the email subject. |
Attachments |
The attachments to send with the email message. Can be (an array of) a fully-qualified file path, URL, stream, byte array or instances of the variable data type EmailAttachment. |
Body |
The Body of the email, HTML can be used to format the text. |
There is no output.