<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Confirmation that the user has changed his email account. --> <#assign subject = "Your VIVO email account has been changed." /> <#assign html> ${subject}

Hi, ${userAccount.firstName} ${userAccount.lastName}

You recently changed the email address associated with ${userAccount.firstName} ${userAccount.lastName}

Thank you.

<#assign text> Hi, ${userAccount.firstName} ${userAccount.lastName} You recently changed the email address associated with ${userAccount.firstName} ${userAccount.lastName} Thank you. <@email subject=subject html=html text=text />