This Task sends email with possible file attachments fetched from given path(s).
Input Parameters
| Parameter name | Description | Example value | ||||||
|---|---|---|---|---|---|---|---|---|
| To | Recipients address. For multiple recipients, separate addresses with "," (comma) or ";" (semicolon). | "john.doe@domain.com, jane.doe@domain.com" | ||||||
| From | Sender email address. | "jane.doe@domain.com" | ||||||
| Subject | Email subject value. | "You are my subject" | ||||||
| Message | Email message value. | "You've got mail" | ||||||
| Smtp server | SMTP server name. | "smtp.somedomain.com" | ||||||
| Port | SMTP server port. | 25 | ||||||
| Use windows authentication | Sets if windows authentication is used (uses FRENDS 4 agent account). If false, set user name and password parameters. | true | ||||||
| User name | SMTP server user name value. Used if Use windows authentication is set to false. | "doejohn" | ||||||
| Password | SMTP server password value. Used if Use windows authentication is set to false. | "mypassword" | ||||||
| Send if attachments not found | Choose if email should be sent, even if no attachments were found. | false | ||||||
| File attachments | A collection of attachment file paths.
| |||||||