...
The Send Email activity parameters can be provided by manual inserted values or via IN arguments or variables:
Addresses:
- Bcc (text box editor type) (type: string): comma separated email addresses (e.g. "mail1@server1.com,mail2@server2.com").
- Cc (text box editor type) (type: string): comma separated email addresses (e.g. "mail1@server1.com,mail2@server2.com").
- From (text box editor type) (type: string): the "From" Email Address.
- To (text box editor type) (type: string): the "To" email address.
...
- Content (text box editor type) (type: string): the content of the email.
- File Attachment (file browser and text box editor type) (type: string): single file that will be sent with the email.
- File Attachments (collection editor, file browser and text box editor type) (type: string): multiple files that will be sent with the email.
- Priority (combo box control) (type: string): the priority of the message: High, Low or Normal.
- Subject (text box editor type) (type: string): the email subject.
Parameters:
- Content Formatted (text box editor type) (type: string): the input content to be send as the email's Content (Body) if a binding to a variable is used ($using). If set and if the $using:variable syntax is used, this parameter will take precedence over the Input String parameter. For example, the $using:DemoString syntax will take the value stored in the DemoString variable and will send it as the e-mail's body (content).
Execution: the activity will send an e-mail to the provided address(es), with the given information (Subject, Content, Priority, Attachment(s)).