-
Open
shared/guarded_tenants.ymlin the Expert Editor -
Add
emailTemplateStylefor each tenant that should have custom notifications. The same value can be re-used for multiple tenants.guarded_tenants.yml -
Use the value of
emailTemplateStyleto customize the notification for that tenant:
Customize text
To customize the notification text for a tenant:- Copy the content of
shared/email_templates/locale/default.ymlto the clipboard. - Use the context menu for the
localefolder to create a new file inside of it. - Name it
<emailTemplateStyle>_<language>_<COUNTRY>.yml, where<language>and<COUNTRY>follow the IETF BCP 47 standard, as used by Java Locale.
_<COUNTRY>is optional and can be omitted.- More specific localization files take precedence.
- Paste the content into the file.
- For each template in the file, replace the content with a tenant specific localized text.
Customize style and logo
To customize the look of email notifications for a tenant:- Copy the content of
shared/email_templates/style/default.ymlto the clipboard. - Use the context menu for the
stylefolder to create a new file inside of it. - Name it
<emailTemplateStyle>.yml. - Paste the content into the file.
- Change the values according to the tenant style. Here you can set the logo for the tenant.
Customize footer
To customize the company information shown in the footer of the email notifications for a tenant:- Copy the content of
shared/email_templates/info/default.ymlto the clipboard. - Use the context menu for the
infofolder to create a new file inside of it. - Name it
<emailTemplateStyle>.yml. - Paste the content into the file.
- Change the values according to the tenant company information.