Email template + test email
This commit is contained in:
21
templates/frontOffice/default/email/password.html
Normal file
21
templates/frontOffice/default/email/password.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"}Your password for Thelia V2{/block}
|
||||
|
||||
{* Title *}
|
||||
{block name="email-title"}Password{/block}
|
||||
|
||||
{* Content *}
|
||||
{block name="email-content"}
|
||||
Hi there,<br /><br />
|
||||
You have requested a new password for your Thelia V2 account.<br /><br />
|
||||
Your new password is:<br />
|
||||
__PASSWORD__<br /><br />
|
||||
You can change your password in your user account by opening the "Change my password" link under your personal information.<br /><br />
|
||||
Kind regards,<br />
|
||||
- The Thelia V2 Team
|
||||
{/block}
|
||||
Reference in New Issue
Block a user