vitro/webapp/web/templates/freemarker/body/accounts/userAccounts-confirmEmailChangedEmail.ftl

22 lines
943 B
Text
Raw Normal View History

<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Confirmation that the user has changed his email account. -->
2013-04-26 23:58:50 -04:00
<#assign strings = i18n() />
2013-04-26 23:58:50 -04:00
<#assign subject = strings.email_changed_subject(siteName) />
2013-04-26 23:58:50 -04:00
<#assign html = strings.email_changed_html(siteName,
subject,
userAccount.firstName,
userAccount.lastName,
userAccount.emailAddress) />
2013-04-26 23:58:50 -04:00
<#assign text = strings.email_changed_text(siteName,
subject,
userAccount.firstName,
userAccount.lastName,
userAccount.emailAddress) />
2013-04-26 23:58:50 -04:00
<@email subject=subject html=html text=text />