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. Using OAuth you should fill in the Emailbox Name if you want to reach another mailbox with granted privileges (e.g. a shared mailbox).
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 |
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 |
Client Secret | String | Input | string expression from Google Cloud obtained after the application registration process |
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 |
Emailbox Name | String | Input | (optional) name of the mailbox in a form of email address (local part, symbol "@" and domain) |
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 |
Provider | Dropdown | Input | select the appropriate option from the dropdown list |
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 |
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 |
SentTimeStamp | DateTime | Output | timestamp of sent message |