Difference between revisions of "Email templates"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 8: | Line 8: | ||
=== Invitation template === | === Invitation template === | ||
HTML can be edited in ''Template.WelcomeUser'' | HTML can be edited in '''Template.WelcomeUser''' | ||
Supported tags | Supported tags | ||
Line 17: | Line 17: | ||
=== Password reset template === | === Password reset template === | ||
HTML can be edited in ''Template.PasswordReset'' | HTML can be edited in '''Template.PasswordReset''' | ||
Supported tags | Supported tags | ||
* {LOGINURL} | * {LOGINURL} | ||
* {PASSWORD} | * {PASSWORD} |
Revision as of 22:24, 6 October 2016
Email templates
Templates can be changed in the designer: Modules > Configuration
If you need to include graphics in the design we recommend using inline base64 images.
CSS is easily embeddable inside script tags
Invitation template
HTML can be edited in Template.WelcomeUser
Supported tags
- {APPLICATION}
- {LOGINURL}
- {USERNAME}
- {PASSWORD}
Password reset template
HTML can be edited in Template.PasswordReset
Supported tags
- {LOGINURL}
- {PASSWORD}