Send SMTP Mail
Sends an email.
This activity sends an email message by using SMTP protocol.
Sender Information
From:
String ArgumentThe email address of the sender.\Name:
String ArgumentOptionalThe sender's display name.
Receiver Information
To:
String Argument
The main recipients .of the mail.\CC:
String ArgumentThe secondary recipients of the email message.\BCC:
String ArgumentThe hidden recipients of the email message.
Input
Subject:
String ArgumentThe subject of the email message.\Body:
String ArgumentThe body of the email message.\
Email Configuration
Email Id:
String Argument
The email account used to send the message.\Password:
String Argument
The password of the email account used to send the message.\
Server Configuration
Server:
String Argument
The email server host that is to be used.\Port:
Integer ArgumentThe 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 .DefaultNone- 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 ArgumentOptionalThe attachments that are to added to the email message.\
Options
Priority:
NonUrgent- The message has Non-urgent priority.DefaultUrgent- 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 ArgumentOptionalThe message to be forwarded, this field only supports Mail Message objects.
Last updated