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:
<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: