Send Email

Sends an email with body and attachments to one or many email addresses.

Send email designer

Designer Properties#

  1. To The email(s) address(es) to send the email to.
  2. Subject The subject of the email.
  3. Body Body of the email. When using the body editor(...) button, the body will be in html format.Email body editor
  4. Add File Attachments Add files attachments to the email. For file attachments, we can either select the files or set a relative path by double clicking the row.Add Email file attachment

Properties#

Email properties

Email Properties#

  1. From From email address. It may not work for some smtp servers.
  2. To See Designer Properties above.

Email Content#

  1. Subject See Designer Properties above.
  2. Body See Designer Properties above.
  3. Attachments The array of file paths for the email attachment.

Email Advanced Content#

  1. Tokens Tokens to be replaced in the body represented as a Dictionary(string, string), where key is the name of the token while value is its value. For instance, we can have a token $myToken in the body and replace that with the "Tokens" dictionary by having an entry in the dictionary as {$myToken, "Token Value"}

Email Advanced Properties#

  1. Bcc The list of Bcc emails.
  2. CC The list of CC emails.

General Properties#

See General Properties.

Misc#

See Misc.

Out Error#

See Out Error.

Server Configuration#

  1. Enable SSL Enables ssl.
  2. Host The Smtp server host.
  3. Password The Smtp server account password.
  4. Port The Smtp server port number.
  5. Use Default Credentials Use default credentials when sending the email.
  6. UserName The Smtp server username.

Example#

Index Notifier

In this example, we search for a stock index on Google, extract its value and send an email if the value is over 6100.

Please update the To address of the email and adjust the condition in order to receive an email