43 lines
1.5 KiB
HTML
Executable File
43 lines
1.5 KiB
HTML
Executable File
{extends file="email/template.tpl"}
|
|
|
|
{* Open in browser *}
|
|
{block name="email-browsers"}{/block}
|
|
|
|
{* Subject *}
|
|
{block name="email-subject"}Welcome to Thelia V2{/block}
|
|
|
|
{* Title *}
|
|
{block name="email-title"}Welcome to Thelia V2{/block}
|
|
|
|
{* Content *}
|
|
{block name="email-content"}
|
|
{assign var="customerId" value="1"}
|
|
|
|
|
|
<p>Congratulations! You have successfully created an account on Thelia v2 demo site. Keep this email as a reference of your account details, and helpful links.</p>
|
|
|
|
<br />
|
|
|
|
<h2>Accessing Your Account:</h2>
|
|
Login at: <a href="{url path="/login"}">{url path="/login"}</a><br />
|
|
{loop type="customer" name="customer.info" id=$customerId}
|
|
Username: {$EMAIL} <br />
|
|
Password: __MOTDEPASSE__<br />
|
|
{/loop}
|
|
<br />
|
|
<br />
|
|
|
|
<h2>Support</h2>
|
|
For any questions, or concerns, feel free to contact <a href="mailto:support@yourdomain.com" style="color:#3c69c1;text-decoration:none" target="_blank">support@yourdomain.com</a>.<br />
|
|
|
|
<br />
|
|
Learn more about Thelia V2.<br />
|
|
Our site: <a href="http://thelia.net/v2" style="color:#3c69c1;text-decoration:none" target="_blank">http://thelia.net/v2</a><br />
|
|
Twitter: <a href="http://twitter.com/theliaecommerce" style="color:#3c69c1;text-decoration:none" target="_blank">http://twitter.com/theliaecommerce</a><br />
|
|
Facebook: <a href="http://www.facebook.com/theliaecommerce" style="color:#3c69c1;text-decoration:none" target="_blank">http://www.facebook.com/theliaecommerce</a>
|
|
<br />
|
|
<br />
|
|
Thanks,<br />
|
|
- The Thelia V2 Team
|
|
{/block}
|