Send SMTP Mail

Sends an email.

This activity sends an email message by using SMTP protocol.

Sender Information

Receiver Information

Input

Email Configuration

Server Configuration

  • Port: Integer Argument The port used to send the email message.\

  • Secure Connection: Specifies the SSL and/or TLS encryption to be used for the connection.The following are the available options.

    • Auto - Allows the IMailService to decide which SSL or TLS options are to be used . Default

    • None - No SSL/TLS encryption is used.

    • SslOnConnect - Uses SSL/TLS encryption immediately.

    • StartTls - Uses the TLS encryption immediately after reading the greeting and capabilities of the server. If the server does not support the StartTLS extension, the connection fails.

    • StartTlsWhenAvailable - Allows the usage of TLS encryption immediately after reading the greeting and capabilities of the server only if the server supports StartTLS.

Input

  • Attachments: String Argument Optional The attachments that are to added to the email message.\

Options

  • Priority:

    • NonUrgent - The message has Non-urgent priority. Default

    • Urgent - The message has urgent priority.

    • Normal - The message has normal priority.\

  • IsBodyHTML:

    • True - The message body is written in HTML format.

    • False - The message body is written in text format. Default\

Forward

  • Mail Message: MimeMessage ArgumentOptional The message to be forwarded, this field only supports Mail Message objects.

Last updated