Notification themes

Administration PageApplication/ContractSyracuse/CollaborationclassnotificationThemesRepresentationnotificationTheme

This entity allows you to define themes for emails you send to users.

You can assign a theme to every email server.# InformationThe following information can be associated with a notification theme:## NameThe name used to reference the notification theme.## HTML bodyYou 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 nameContents
contentThe body content of the mail.
signatureThe name of the signer.
titleThe title of the email.
subtitleA subtitle for the mail.
link.hrefThe link reference if the email includes a link.
link.labelThe link reference if the email includes a link.
date.labelThe current date (localized string).
date.valueThe current date value.
time.labelThe current time (localized string).
time.valueThe current time value.
This format allows you:

You can of course 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 attachment image.

The following is an example of a standard HTML format:
<title>{{title}}</title>

{{title}}
{{#subtitle}}
{{subtitle}}{{/subtitle}}

{{#content}} {{{content}}}{{/content}}
{{#signature}} {{signature}}<{{/signature}}
{{#link}} For more info: {{link.label}} {{/link}}

{{info.date.label}} {{info.time.label}} {{info.time.value}}

The displayed result is:

Attached images

You can upload images and give them a name that was used in the previous HTML.

In the previous example, there should be at least logo_sage_small.jpg, logo_sage.jpg and green_bar.jpg as images.