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 user's disc.
NOTE: the activity works properly as long as no other program nor human uses the same mailbox as Wizlink.
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" |
Application ID | String | Input | string expression from Azure Active Directory (applies to Microsoft services) or Google Cloud (applies to Google services) obtained after the application registration process |
BCC | String | Input | address of the hidden secondary recipient |
Body | String | Input | content of the message |
Body Type Html | Boolean | Input | checkbox |
CC | String | Input | address of the secondary recipient |
Certificate Validation | Boolean | Input | checkbox |
Client Secret | String | Input | string expression from Google Cloud obtained after the application registration process |
Delivery Notification | Boolean | Input | checkbox |
Delivery Notification To | String | Input | delivery notification address |
Display Name | Literal | Input | you can change the name of activity for greater clarity of the scenario |
Email Attachments | String | Input | attachment file(s) |
Encryption Method | Dropdown | Input | select the appropriate option from the dropdown list |
Exclude from Transaction Check | Boolean | Input | checkbox; default is "off" |
From | String | Input | sender address |
Login | String | Input | login |
Message Source Path | String | Input | full path to email file |
Password | String | Input | password (string expression) |
Port | Int32 | Input | port number |
Provider | Dropdown | Input | select the appropriate option from the dropdown list |
Read Notification | Boolean | Input | checkbox |
Read Notification Address | String | Input | read notification address |
Reply To | String | Input | Sender's reply to address |
Server Address | String | Input | address of e-mail server the robot logs on to |
Subject | String | Input | subject of the message |
Tenant ID | String | Input | string expression from Azure Active Directory obtained after the application registration process |
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 |
Use OAuth | Boolean | Input | checkbox; default is "off" |
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 |
Sent Timestamp | DateTime | Output | timestamp of sent message |