Send Activity
The Send activity enables the transmission of electronic mail through a pre-configured mail server connection. It supports comprehensive mail features including attachments, HTML formatting, and receipt notifications to facilitate automated communication.
| Field | Description | Requirement |
|---|---|---|
| Connection name | The reference name of the established mail connection selected from the dropdown menu. | Required |
| From | The email address designated as the sender of the message. | Optional |
| To | The email address of the primary recipient. Multiple addresses may be separated by commas or semicolons. | Optional |
| Subject | The descriptive title or subject line of the email. | Optional |
| Message | The primary body content of the email message. | Optional |
| Attachment | The local directory paths of files to be attached. Multiple files must be separated by commas. | Optional |
| Cc | Email addresses for recipients who should receive a carbon copy of the message. | Optional |
| Bcc | Email addresses for recipients who should receive a blind carbon copy. | Optional |
| Is HTML? | A toggle to determine if the message body should be processed as HTML format. | Optional |
| Send delivery receipt | Requests a notification confirming the message reached the recipient's mailbox. | Optional |
| Send read receipt | Requests a notification confirming the recipient opened the email. | Optional |
| Read Timeout Value | The duration in milliseconds allowed for the operation, typically adjusted for large attachments. | Optional |
| High Importance | Marks the email with a high-priority flag to alert the recipient of its urgency. | Optional |
Action Types & Examples
Email Configuration
- Format: string
- Example Result: "albert.baker@gmail.com"
Attachment Path
- Format: string
- Example Result:
C:\Temp\attachment.xlsx
Timeout Duration
- Format: digit
- Example Result: "300000"
Implementation Examples
Field Setup
Connection name:mailConnectionFrom:albert.baker@gmail.comTo:john.doe@outlook.com,adam.tru@outlook.comSubject:About the Financial StatementMessage:Hello, This mail has been sent for testing purposes.
Execution Parameters
Attachment:C:\Temp\attachment.xlsx,C:\Masraf\file.xlsxCc:brandenenastanford@gmail.comBcc:lilymagdalendawson@gmail.comRead Timeout Value:300000
HTML Editor
- To activate the HTML Editor, you must set the
Is Htmlcheckbox toTrue.
Technical Notes
The activity supports flexible recipient addressing; an email can be successfully dispatched using only the Cc or Bcc fields if the To field is left blank. When attaching multiple files, ensure all directory paths are valid and separated by standard commas. The Read Timeout Value should be increased proportionally to the size of the attachments to prevent operation timeouts.