Send Email
Parameters
Name | Mandatory | Default | Description |
---|---|---|---|
Mail Hostname |
Yes |
Email server host name or IP address. |
|
Mail Port |
No |
25 (or 995 if Mail Use SSL is set to true). |
Email server host name or IP address. |
Mail From |
Yes |
Email Sender. |
|
Mail User |
No |
User connecting to the email server. |
|
Mail Password |
No |
This user’s password, encrypted. |
|
Mail Unencrypted Password |
No |
This user’s password, in plain text. |
|
Mail To |
Email Recipient. At least one of the Mail To, Mail Cc or Mail Bcc parameters must be set. |
||
Mail Cc |
Email Cc Recipient. At least one of the Mail To, Mail Cc or Mail Bcc parameters must be set. |
||
Mail Bcc |
Email Bcc Recipient. At least one of the Mail To, Mail Cc or Mail Bcc parameters must be set. |
||
Mail Subject |
No |
Email subject. |
|
Mail Attach |
No |
Semi-colon separated list of file names. These files are attached to the email. |
|
Mail Text |
No |
Body of the email. If not defined, then the action’s ``Expression Editor'' is used as the body content. |
|
Mail HTML Mode |
No |
false |
Set to true if the email body format is HTML. |
Mail Content File |
No |
Name and path of the file to use as the email body. |
|
Mail Content File Encoding |
No |
Encoding to use to read the content of the file specified by Mail Content File. |
|
Mail Use SSL |
No |
False |
Set to true of the email server requires a secured connection. |
Mail SSL Protocol |
No |
SSL |
Secured protocol used for the connection. SSL or TLS. |
Passwords are encrypted using the encrypt <password> command
on the Runtime engine console (engine command line tool).
|