This activity allows to send an email without to create a mail account using the SMTP protocol.
The single attachment of the email.
The list of attachments of the email.
The single Bcc address to send the mail to.
The list of Bcc addresses to send the email to.
The body of the email.
This flag indicates if the content of the email is HTML (true) or PLAIN TEXT (false).
The single Cc address to send the mail to.
The list of Cc addresses to send the email to.
The content of the email. It is possible to create an email using the CreateEml activity and use the returned content to send it.
The address from which to send the email.
Default is false. Set this argument to True to make the Email high priority.
When it's True the activity adds the 'X-Priority' header with the value 1.
The address of the SMTP host which sends the email.
The address of the HTTP proxy server if necessary.
The port of the HTTP proxy server if necessary.
The password to authenticate on the SMTP host.
The port of the SMTP host which sends the email.
The username to authenticate on the SMTP host.
Set this argument to True to use SSL security.
The subject of the email.
The single address to send the email to.
The list of addresses to send the email to.
Set this argument to True to use TLS security.