Send Email Step

Brief description

This step is used to send email (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
  • Port (Required)SmtpClient port
  • Is Anonymous(Required)
    • T (true)
    • F (false- default value)
  • Username (Required)SmtpClient username
  • Password (Required)SmtpClient password
  • Enable SSL (Required)The SSL protocol is used
    • T (true)
    • F (false- default value)
  • Is Exchange online (Required)The SSL protocol is used
    • T (true)
    • F (false- default value)
  • From (Required)email address the mail is sent from
  • To (Required)destination email address; type string array
  • CC (Not required)destination email address;  type string array
  • Bcc (Not required)destination email address;  type string array
  • Subject (Required)subject text
  • Attachment File Path (Not required)– attachment file full path; separate files using “,” or “;” char.
  • Body (Required)– body text; use “\n” for a new line
  • Is HTML(Required)
    • T (true)
    • F (false- default value)

 

 

Was this article helpful?