---
title: "change-email"
source: https://dev.pageseeder.com/guide/configuration/emails/templates/change-email.html
description: "Email notification template sent to users when their account email address is changed, notifying both previous and new email addresses for security and confirmation purposes."
last_updated: 2026-09-08T13:57:02+10:00
tokens: ~246
---

# 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

| Name | Value |
| --- | --- |
| `Auto-Submitted` | `auto-generated` |
| `From` | `PageSeeder (DO NOT REPLY) <pageseeder@emaildomain>` |
| `Subject` | `Your email has been updated` |
| `To` | Member email address |

## XML

PageSeeder produces the following XML for the XSLT template:

```xml
<notification template="change-email"
              emaildomain="ps.pageseeder.com"
              hosturl="https://ps.pageseeder.com">

  <!-- 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](/content/images/email/change-email_v62000.webp)

