SendEmailOnTheFly

Description

This activity allows to send an email without to create a mail account using the SMTP protocol.


Misc

Attachment InArgument<Attachment>

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.

BodyIsHtml InArgument<Boolean>

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.

EmlContent InArgument<Byte[]>

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.

HighPriority InArgument<Boolean>

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.

SmtpHost InArgument<String> REQUIRED

The address of the SMTP host which sends the email.

SmtpHttpProxyHostName InArgument<String>

The address of the HTTP proxy server if necessary.

SmtpHttpProxyPort InArgument<Int32?>

The port of the HTTP proxy server if necessary.

SmtpPassword InArgument<String>

The password to authenticate on the SMTP host.

SmtpPort InArgument<Int32?>

The port of the SMTP host which sends the email.

SmtpUsername InArgument<String>

The username to authenticate on the SMTP host.

SmtpUseSSl InArgument<Boolean>

Set this argument to True to use SSL security.

Subject InArgument<String>

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.