Email

Send Single E-mail

Activity sends an email from an indicated email account.

To use the activity fill in the correct Login/Sender Email and Password for the email you want to access, as well as Protocol, Encryption method, Server Address and Port according to the email server’s settings.

To use a shared mailbox, provide the name in the Malibox Name field in addition to logging in with regular credentials.

Activity supports two modes: Send (allows for sending a new message) and Forward (allows for forwarding a message previously saved to hard drive)

sendmail1
sendmail2
sendmail3

To send a message from indicated email fill in To (primary recipient), Subject and Body. Fill in CC and BCC to add additional and hidden recipients, From to customize sender name and Reply To to specify email to reply to.

Check Body Type HTML if contents of Body are to be treated and formatted as HTML content. (Extended Forward will show the fields on activity block, if checked in Forward mode)

If Forward is used instead of Send, provide path to message file on hard drive in Email Path. Also please note in this mode Body contents will be added on top of the original message.

Check Request Delivery Notification and fill in Delivery Notification Address to receive a delivery confirmation.

Check Request Read Notification and fill in Read Notification Address to receive a read confirmation.

Provide directory paths to files in Attachment Paths to include attachments.

 

NOTE: It's recommended that the email address is reserved for robot use.

Google & Microsoft OAuth

To use the activity with a Gmail or Microsoft email follow the respective manual for setting up the account for an external application’s access.

oauth1
oauth2
Acquired TextStringOutputtext input by user
ActionDropdownInputselect action to perform from the dropdown list
Alternative Scenario If FailedBooleanInputcheckbox; default is "on"
Application IDStringInputstring expression from Azure Active Directory (applies to Microsoft services) or Google Cloud (applies to Google services) obtained after the application registration process
Attachments PathsString[]Inputfile paths to attachment files
BCCStringInputaddress of the hidden secondary recipient
BodyStringInputcontent of the message
Body Type HtmlBooleanInputcheckbox; default is "off"
CCStringInputaddress of the secondary recipient
Certificate ValidationBooleanInputcheckbox; default is "on"
Client SecretStringInputstring expression from Google Cloud obtained after the application registration process
Delivery NotificationBooleanInputcheckbox; default is "off"
Delivery Notification ToStringInputdelivery notification address
Display NameLiteralInputchanges display name of the activity
Encryption MethodDropdownInputselect encryption method from the dropdown list
Exclude from Transaction CheckBooleanInputcheckbox; default is "off"
FromStringInputsender address
LoginStringInputlogin
Message Source PathStringInputdirectory path to a file (file name and extension included)
PasswordStringInputpassword (string expression)
PortInt32Inputport number
ProviderDropdownInputselect email provider from the dropdown list
Read NotificationBooleanInputcheckbox; default is "off"
Read Notification AddressStringInputread notification address
Reply ToStringInputSender's Reply To address
ResultBooleanOutputreturns a Boolean value. True if no error in activity, otherwise will return False
Result CodeInt32OutputResult Code will return 0 if there is no error in activity, otherwise in most cases will return 1. See the table of Extended Result Codes for more info
Sent TimestampDateTimeOutputtimestamp of sent message
Server AddressStringInputaddress of e-mail server the robot logs on to
SubjectStringInputsubject of the message
Tenant IDStringInputstring expression from Azure Active Directory obtained after the application registration process
Timeout [s]Int32Inputset time in seconds to connect to email server
ToStringInputemail address of recipient
Use OAuthBooleanInputcheckbox; default is "off"