---
title: "verification-code"
source: https://dev.pageseeder.com/guide/configuration/emails/templates/verification-code.html
last_updated: 2026-08-07T17:09:54+10:00
tokens: ~272
---

# verification-code template

Whenever a member signs in using email code multi-factor authentication, this notification containing the code is sent to their specified email address.

## Email headers

| Name | Value |
| --- | --- |
| `Auto-Submitted` | `auto-generated` |
| `From` | `PageSeeder (DO NOT REPLY) <pageseeder@emaildomain>` |
| `Subject` | `PageSeeder verification code` |
| `To` | Member’s specified email address |

## XML

PageSeeder produces the following XML for the XSLT template:

```xml
<notification template="verification-code"
              code="7MG2W8"
              emaildomain="example.org"
              hosturl="https://example.org">

  <!-- The member requesting the code -->
  <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 – Verification code](/content/guide/configuration/emails/templates/../../../../images/email/verification-code_v62000.webp)

