2011-07-12 16:25:47 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<#-- Confirmation that an account has been created. -->
|
|
|
|
|
2013-04-26 23:58:50 -04:00
|
|
|
<#assign subject = strings.account_created(siteName) />
|
|
|
|
|
|
|
|
<#assign html = strings.account_created_external_email_html(siteName,
|
|
|
|
subject,
|
|
|
|
userAccount.firstName,
|
|
|
|
userAccount.lastName,
|
|
|
|
userAccount.emailAddress) />
|
|
|
|
|
|
|
|
<#assign text = string.account_created_external_email_text(siteName,
|
|
|
|
subject,
|
|
|
|
userAccount.firstName,
|
|
|
|
userAccount.lastName,
|
|
|
|
userAccount.emailAddress) />
|
2011-07-12 16:25:47 +00:00
|
|
|
|
|
|
|
<@email subject=subject html=html text=text />
|