The Email block allows the program to send an email when an event is triggered. To use the email functionality, it is required that the email extension be activated and SMTP Settings configured.

If you would like to use the email block and create the format the way the information displays in the email, use "strVar" and "strMacro" combined to the body of the email block.

This block should only be used onEvent. If configured on a normal routine without setting it up properly, it will mass send every second.

Overview

The Email block can be found in the Block Library under Commands.

This block contains three fields:

  • to - The recipient email address or addresses. Multiple addresses will be separated by comma.
  • subject - The email subject.
  • body - The email text.
Email Block example