PLEASE NOTE: This requires some HTML knowledge and a good understand of CoReg tech.
When a custom template is used for the forgotten password email the following placeholders can be used, these placeholders are:
#{{token}}
โ#{{email}}
Simple Example:
<h2>Password Resets</h2>
<p>Hey #{{email}},</p>
<p>Sorry you forgot your password. Enter this token on the reset page and you'll be good to go!</p>
<p><b>Token: #{{token}}</b></p>