|
||
There can be several notification templates saved as .ini files in the C:\ProgramData\QPR Software\QPR 2017\2017.1\Servers\Templates\WAS\Booklet folder. All .ini files will appear as optional templates in the notification template selection of the Notification tab of the Manage Briefing Booklets view. If you want to use a multibyte language (e.g. Japanese) in the template, the template file needs to be saved as UTF-8 encoded file without Byte Order Mark (BOM).
The structure of a valid notification template is presented below:
Line 1: |
[NOTIFICATION] |
File identifier. Compulsory. |
Line 2: |
TITLE=<message title> |
Subject for the e-mail notification. Replace marking <message title> with your subject. Compulsory. |
Line 3: |
MESSAGE=<message> |
Notification message body. Replace marking <message> with your notification message. Compulsory. |
The message body must be entered in a single text line as well as the notification title. To format the message text, the following tags are available:
<#CRLF> |
Carriage Return + Line Feed. Move cursor at the beginning of the next line. |
<#description> |
Insert booklet description. |
<#link> |
Insert link (URL) to the booklet. |
<#name> |
Insert booklet's name. |