Notifications

Notifications are typically email/SMS notifications send in case of different actions. Following steps shows how to modify default templates texts.

  1. In Veridium Manager, click Settings on top navigation.

    image-20230406-083814.png


  2. Click Notification on the left-side container.

    image-20230406-083823.png


  3. Click on Template.

    image-20230406-083841.png


  4. Set Settings, set Mail Subject and set Email Body. Click Validate Body and Save.

    image-20230406-083854.png


Using the “(Re)Initialize Notification Templates” will revert all custom modifications done for the templates.

  1. Email templates advanced formatting
    For complex template a user can use HTML, as well as directives (IF, IF ELSE and so on):

    image-20250128-130424.png

    For basic operation please take a look here:
    https://freemarker.apache.org/docs/dgui_quickstart_template.html
    Below is a sample HTML block that displays regular formatting samples inside an email template - such as font control,, paragraph markup and image insertions.

    HTML
    <html>
    <head>
      <title>Test Template Demo</title>
    </head>
    <body>
      <h1>Test page</h1>
      <p>Test paragraph...
      <img src="https://docs.veridiumid.com/__assets-12b7f037-8432-444f-b666-2ec4549e2b11/image/veridium-logo-color%20-%20Copy25.png" alt="Pt IonutD">
    <hr>
    <i>
    Copyright (c) 2025 <a href="https://www.VeridiumID.com">Veridium</a>,
    <br>
    All Rights Reserved.
    </i>
    </body>
    </html>
    

    For example, integrating this block in the LOST_MODE_EMAIL template will make it look like this:

    image-20250128-130835.png

Do not forget to Validate Body and Save.