Skip to main content

Get help for ARIS

Customize e-mail notifications

You can customize the e-mail notification layout by editing the HTML template. You can, for example, adapt font size and font color as well as the background color.

Additional prerequisite

You know how to edit HTML code.

Procedure. Procedure
  1. Click Application launcher Application launcher > Collaboration Collaboration.

  2. Under Administration, click E-mail Configure notifications.

  3. Click Customization. The HTML template is displayed.

  4. Edit existing HTML tags or add new ones. See the example below.

  5. Under the HTML template, click Help Help to receive information about important keywords used in the HTML template.

  6. Click Save Save.

  7. Under the HTML template, click E-mail Send preview e-mail to receive an e-mail with a preview of your customized design.

The customized layout is created.

Click Reset to default Restore defaults below the HTML template to undo all the settings you have made. The default settings are loaded and the template is refreshed.

Tip

Alternatively, you can edit the template with an external HTML editor. To do so, copy the template to your clipboard (Copy to clipboard).

Example 84.

Change the background color of the e-mail and the heading.

  • Replace the tag <body class="mail-font-family">

    with <body class="mail-font-family" style="background-color: #0899CC;"> in order to use a blue background color.

  • Replace the tag <h3 class="mail-heading body-heading">$emailTitle</h3>

    with <h3 class="mail-heading body-heading">My customized e-mail template</h3> in order to use the heading My customized e-mail template .

Your preview e-mail should now look like this:

Customize e-mail notification