| Administration Page | Application/Contract | Syracuse/Collaboration | class | notificationThemes | Representation | notificationTheme |
|---|
You can access this function from the Notification servers function's Action menu.
This function allows you to define themes for emails you send to users.
The following information can be associated with a notification theme:
The name used to reference the notification theme.
Indicates if the theme is delivered by Sage. You cannot modify factory themes.
You can enter here the HTML body of the email to be sent. The HTML editor allows you to edit the page. You can also switch to source mode, and copy and paste HTML from another source. It is important to note that you can embed the following variables (in mustache format):
| Variable name | Contents |
|---|---|
content
|
The body content of the mail. |
signature
|
The name of the signer. |
title
|
The title of the email. |
subtitle
|
A subtitle for the mail. |
link.href
|
The link reference if the email includes a link. |
link.label
|
The link reference if the email includes a link. |
date.label
|
The current date (localized string). |
date.value
|
The current date value. |
time.label
|
The current time (localized string). |
time.value
|
The current time value. |
`{{variable
_name}}` or `{{{variable_name}}}` syntax, the second syntax being used to disable any HTML errors if the variable contains HTML sections`{{#var}}This text is only displayed if var is filled{{/var}}` syntaxYou can embed pictures. If the pictures are sent as attachments in the email, the syntax must be:
<img src="cid:image_name@img"> where image_name is the name of the attached image.
The following is an example of a standard HTML format:
The displayed result is:

You can upload images and give them a name that was used in the previous HTML.
In the previous example, there should at least be the logo_sage.jpg image.