Send Email
Sends an email to the specified recipient using SMTP.

Input
Connection
| Name | Required | Description |
|---|---|---|
| Connection | SMTP Connection. | |
| From | The email address of the sender. |
Recipients
| Name | Required | Description |
|---|---|---|
| Use Email Strings | Use semicolon separated string of recipient email addresses. | |
| To | Semicolon separated string of recipient email addresses. | |
| Cc | Semicolon separated string of carbon copy recipient email addresses. | |
| Bcc | Semicolon separated string of blind carbon copy recipient email addresses. | |
| To (list) | Email addresses of the recipients. | |
| Cc (list) | Email addresses of the carbon copy recipients. | |
| Bcc (list) | Email addresses of the blind carbon copy recipients. |
Email
| Name | Required | Description |
|---|---|---|
| Subject | The subject of the email. | |
| Body | The body to be sent in the email. | |
| Is HTML | Set this to true if the body is HTML. | |
| Attachments (File paths) | The file paths for files to be attached to the email (comma-separated). |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |