Description

The ReportEmaiIRecipient component is identical to the EmailRecipient of the report module except that it allows modification of the name of the report and the use of html code in the body of the mail, and can be activated / deactivated via a Boolean property for extended sending policies.

 

Implementation


Properties

  • EmaiIRecipient (module report): The ReportEmaiIRecipient has the same properties as the Email Recipient of the report module, plus the following properties:
  • Body: You can use HTML tags in the body of the email for better formatting of the messages and better final rendering (you can thus follow a graphic charter, enrich the appearance of the mail and include images).

           Example: Sending the report: <b>%reportName%</b> <br>to <u>%time()%</u>

  • Enabled: Enables or disables the sending of mail by external logic
  • OverrideReportTitle: Allows you to enable or disable modification of the title
  • ReportTitle: If OverrideReportTitle is enabled, sets the new report title

Actions

  • Route: allows you to trigger the sending of the email