Creating Notification Templates

Notification templates define the format of the information that you want to send in the email notifications for given situations. Default templates include the following:

Notification Templates are XML files located in the server’s conf/server/notification-template file folder.

If the default notification templates do not suit your needs, you can create new ones.

To create a notification template:

  1. Create an XML file.
  2. Enter a script.
    Note: Notification templates support only Velocity reports. For more information on Velocity templates, see http://velocity.apache.org/engine/.
  3. Save the file in the server's conf/server/notification-template file folder.
  4. Restart the server.

Related Topics