Send Email Step
Brief description
This step is used to send an email message through a configured SMTP or Exchange Online server.
It supports multiple recipients, attachments, and message formatting (plain text or HTML). (examples of use)
Step Information
Step name (Not required) – the custom name of the process step that labels the editor’s process step box
Input parameters
- Server Name (Required) - SmtpClient name
- Is Exchange online (Required)- The SSL protocol is used
- T (true)
- F (false- default value)
- Port (Required) - SmtpClient port
- Username (Required)- SmtpClient username
- Password (Required)- SmtpClient password
- From (Required)- email address the mail is sent from
- To (Required)- recipient list; supports list of string or variables containing email addresses.
- Subject (Required)- subject text
- Attachment File Path (Not required)– attachment file full path; supports list of string or variables containing email addresses.
- Body (Required)– body text; use “\n” for a new line
- CC (Not required)- destination email address; supports list of string or variables containing email addresses.
- Bcc (Not required) - destination email address; supports list of string or variables containing email addresses.
- Is Anonymous(Required)
- T (true)
- F (false- default value)
- Is HTML(Required)
- T (true)
- F (false- default value)
- Enable SSL (Required)- The SSL protocol is used
- T (true)
- F (false- default value)