Difference between revisions of "Email templates"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
(Created page with "== Email templates == Templates can be changed in the designer: Modules > Configuration === Invitation template === HTML can be edited in ''Template.WelcomeUser'' Supporte...")
 
m (4 revisions imported)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Email templates ==
== Email templates ==
Templates can be changed in the designer:  
Templates can be changed in the designer:  
Modules > Configuration
'''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 ===
=== Invitation template ===
HTML can be edited in ''Template.WelcomeUser''
HTML can be edited in '''Template.WelcomeUser'''


Supported tags
Supported tags
Line 14: 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}

Latest revision as of 12:51, 10 December 2021

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}