Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is no option to create system email templates on the UI. They are created once when creating a tenant. But some system email templates template fields can be modified in UI(click Edit action). Edit Email Template page allows to modify following fields:

...

Field NameDefault valueHow to change value
Sender<NoReplyEmail> placeholder value in the configurationCannot be changed in UI. Сhange If you need to change this value, change the value of the placeholder <NoReplyEmail> located in configuration file, make reconfiguration and restart AppBase.
Subject"AppBase password"Cannot be changed and always has default configured value. 
BodyLoaded from a static file RepairPasswordEmailPattern.txt
Hi, {0}!
Follow the link below to set your new password {1}
AppBase Team

 where {0} is First Name, {1} is reset password link.
Cannot be changed in UI.  Сhange the If you need to change this value, change the RepairPasswordEmailPattern.txt static file content with following location:
<AppBase instalation directory>/Applications/Templates/AutoProvisioning/RepairPasswordEmailPattern.txt.
 

...

Field NameDefault ValueHow to change value
Sender

<NoReplyEmail> placeholder value in the configuration

Cannot be changed in UI. Сhange If you need to change this value, change the value of the placeholder <NoReplyEmail> located in in configuration file, make reconfiguration and restart AppBaseSubject" AppBase password".
warning This field is not allowed to change in the current implementation. After changing the sender, the letter cannot be sent. It would be fixed in future releases. Please do not change the value of this field on the UI. This can lead to problems with sending invitation emails. If you need to change this value, change the placeholder value as described above.
Subject"Membership type change has been initiated"Can be changed in UI to any plain text.
BodyLoaded from a static file InitiateChangeUserTypeEmailPatternFile.txt:
<p>Dear @@FIRSTNAME@@ @@LASTNAME@@</p><br />
Request to change your current login '@@LOGIN@@' has been initiated.<br />
<p>If you want to continue please follow invitation url: @@INVITATION_URL@@</p><br />
You might need this invitation code to confirm your request: @@INVITATIONCODE@@<br />
<p>This request will expire: @@EXPIRATIONDATE@@</p><br />
<p>AppBase Team</p>


More information about placeholders see below

Cannot be changed in UI. Сhange the  If you need to change this value, change the RepairPasswordEmailPattern.txt static file content with following location:
<AppBase instalation directory>/Applications/Templates/InitiateChangeUserTypeEmailPatternFile.txt.

The email template body can contain both plain text and HTML-markup with placeholders (in the format @@PLACEHOLDERNAME@@).  The placeholders values are specific for each user.
 
More information about placeholders see below

...