Notification themes
Administration Page | Application/Contract | Syracuse/Collaboration | class | notificationThemes | Representation | notificationTheme |
---|
This entity allows you to define themes for emails you send to users.
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. |
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.
<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: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.