Send Single E-mail
This activity causes logging in to the indicated mail account on the server and sends an e-mail with attachments if added. There are options to send or forward an e-mail. One can forward only the message already downloaded to the disc.
NOTE: see also: Encryption string.

Parameter name | Parameter Type | In/Out | Description |
---|---|---|---|
Action | Dropdown | Input | select the action to perform from the dropdown list |
Alternative Scenario If Failed | Boolean | Input | checkbox; default is "on" |
Attachments | String[] | Input | attachment file(s) |
BCC | String | Input | address of the hidden secondary recipient |
Body | String | Input | content of the message |
BodyTypeHtml | Boolean | Input | checkbox |
CC | String | Input | address of the secondary recipient |
Certificate Validation | Boolean | Input | checkbox |
DeliveryNotification | Boolean | Input | checkbox |
DeliveryNotificationTo | String | Input | delivery notification address |
DisplayName | Literal | Input | you can change the name of activity for greater clarity of the scenario |
EmailPath | String | Input | path to email file |
EncryptionMethod | Dropdown | Input | select the appropriate option from the dropdown list |
From | String | Input | sender address |
Login | String | Input | login |
Password | String | Input | password (string expression) |
Port | Int32 | Input | number of port |
ReadNotification | Boolean | Input | checkbox |
ReadNotificationTo | String | Input | read notification address |
Reply To | String | Input | Sender's reply to address |
ServerAddress | String | Input | address of e-mail server the robot logs on to |
Subject | String | Input | subject of the message |
Timeout | Int32 | Input | set time in seconds to connect to email server; if the connection fails - the activity will return "false" |
To | String | Input | email address of recipient |
Result | Boolean | Output | returns the Boolean value: it will return True if no error is in activity, otherwise it will return False |
Result Code | Int32 | Output | Result Code will return 0 if there is no error in activity, otherwise in most cases it will return 1, the extended result code will show only in several chosen activities |
SentTimeStamp | DateTime | Output | timestamp of sent message |