Skip to main content

 Configuration

Configuration manual for PageSeeder

change-email template

To help inform and protect users, whenever an account email address is changed, this notification is sent to the previous and new email address. 

Email headers

NameValue
Auto-Submittedauto-generated
FromPageSeeder (DO NOT REPLY) <pageseeder@emaildomain>
SubjectYour email has been updated
ToMember email address

XML

PageSeeder produces the following XML for the XSLT template:

<notification template="change-email"
              emaildomain="example.org"
              hosturl="https://example.org">

  <!-- The member whose email updated -->
  <member id="12"
          firstname="John"
          lastname="Jones"
          email="jjones@email.com">
    <fullname>John Jones</fullname>
  </member>
</notification>

Usual content

Following is a screenshot of the HTML email:

Email preview – Change email

Created on , last edited on