Email template + test email

This commit is contained in:
touffies
2013-11-19 10:34:29 +01:00
committed by Manuel Raynaud
parent 1cd07603d3
commit e675be4cff
7 changed files with 692 additions and 0 deletions

View 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}