This action allows sending e-mails. It needs to connect to a mail server (SMTP).
Added in Actiona 3.9.0.
The name of the mail server (SMTP). Can be the one from your Internet Service Provider (ISP).
If checked the action will use a safe connection (encrypted) to the mail server
The user name to use when connecting to the server
The password to use when connecting to the server
The sender's e-mail address
The receiver's e-mail addresses, separated with a comma. For example:
test@example.com
test@example.com,test2@example.com
The mail's subject
The mail's content (be careful, the content has to be in text format, HTML is not supported)
The attachment name, if empty no attachment will be used
The attachment content. Can be raw data, for example the content of a binary file stored into a variable
The attachment content type
The carbon copy e-mail addresses, separated with a comma. For example:
test@example.com
test@example.com,test2@example.com
The blind carbon copy e-mail addresses, separated with a comma. For example:
test@example.com
test@example.com,test2@example.com
The server port to use
The extra headers to add to the e-mail, one per line
<BOOKMARK:connection_error>
This exception is thrown when a connection to the mail server cannot be established.
<BOOKMARK:send_error>
This exception is thrown when an error occurs when sending the e-mail.