Send Email

<< Click to Display Table of Contents >>

Navigation:  Workflow Designer > Activities >

Send Email

Previous pageReturn to chapter overviewNext page

Function

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.

 

Input

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.

 

Output

There is no output.