Email template + test email
This commit is contained in:
21
templates/frontOffice/default/email/password-reset.html
Normal file
21
templates/frontOffice/default/email/password-reset.html
Normal file
@@ -0,0 +1,21 @@
|
||||
{extends file="email/template.tpl"}
|
||||
|
||||
{* Open in browser *}
|
||||
{block name="email-browsers"}{/block}
|
||||
|
||||
{* Subject *}
|
||||
{block name="email-subject"}Thelia V2 password reset confirmation{/block}
|
||||
|
||||
{* Title *}
|
||||
{block name="email-title"}Password Reset{/block}
|
||||
|
||||
{* Content *}
|
||||
{block name="email-content"}
|
||||
Hi there,<br /><br />
|
||||
There was recently a request to change the password on your account.<br /><br />
|
||||
If you requested this password change, please set a new password by following the link below:<br /><br />
|
||||
<a href="__SITE__/forgot?forgot_key=5e20f225cedd08a3" target="_blank">__SITE__/forgot?forgot_key=5e20f225cedd08a3</a><br /><br />
|
||||
If you don't want to change your password, just ignore this message.<br /><br />
|
||||
Thanks,<br />
|
||||
- The Thelia V2 Team
|
||||
{/block}
|
||||
Reference in New Issue
Block a user