...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "link": { "join": "https://YOURDOMAIN/#/join/validate", "forgotPassword": "https://YOURDOMAIN/#/resetPassword", .... }, "mail": { "join": { "subject": "Welcome to SOAJS", "path": "/opt/soajs/node_modules/soajs.urac/mail/urac/join.tmpl" }, "forgotPassword": { "subject": "Reset Your Password at SOAJS", "content": "<p>Dear <b>{{ username }}</b>, <br />Your account status has changed to <b>{{ status }}</b> by the administrator on {{ ts|date('F jS, Y') }}.<br /><br /> Regards,<br/> SOAJS Team. </p>" }, .... } } |
The list of templates
Name | Description |
---|---|
addUser | The email content that a user receives while adding a new user |
changeEmail | The email content that a user receives while changing the email to confirm the new email address |
changeUserStatus | The email content that a user receives on status change |
forgotPassword | The email content that a user receives while resetting the password |
invitePin | The email content that a user receives with the pin code once invited |
join | The email content that a user receives on join |
resetPin | the email content that a user receives while resetting the pin |
What data is available for you to be used in the email content
...