Mail Templates
“Side Menu”
– “Config and Monitoring"
– “Mail Templates"
to view the email template settings.
There are three cases in which the system may send an e-mail to an application user.
Mail Type | Content of email transmission |
---|---|
Email Verification | Send a code for email verification to users who have signed up for the application. |
Password reset | An application user who has forgotten his/her password applies for password reset. The system will then send the confirmation code required for the reset. |
Account Issuance | The application administrator registers the user and sends a contact email for account issuance to the registered user. |
In the mail settings, you can set the subject and body templates for these three types of mailings. Within the template, fixed strings and the following placeholders can be embedded. The placeholder will be replaced with the appropriate value for each outgoing mail.
Email Type | Placeholders | Note |
---|---|---|
Email verification | ${verification_code} | 6-digit confirmation code |
${email} | Email address of the target user | |
${name} | Name string of the target user | |
Password reset | ${verification_code} | 6-digit confirmation code |
${email} | Email address of the target user | |
${name} | Name string of the target user | |
Account Issuance | ${email} | Email address of the target user |
${name} | Name string of the target user | |
${temporary_password} | Temporary password string for the target user |
Tips