Skip to main content

 Configuration

Configuration manual for PageSeeder

new-member template

This email is sent to new members after their account is created on PageSeeder.

Email headers

This message sets the following headers by default:

NameValue
Auto-submittedauto-generated
FromInviter or PageSeeder, see From address
SubjectWelcome to PageSeeder
ToEmail address of new member

XML

PageSeeder produces the following XML for the XSLT template.:

<notification template="new-member"
              emaildomain="example.org"
              hosturl="https://example.org"
              token="Kiwp8Vs7_fw-I2oOg47z_AdjqLh1e89">

  <!-- The new member -->
  <member id="12"
          firstname="John"
          lastname="Jones"
          email="jjones@email.com"
          status="activated">
    <fullname>John Jones</fullname>
  </member>

  <!-- If the member was created by another member only -->
  <inviter id="77"
           firstname="Alice"
           surname="Thomson"
           email="athomson@example.org"
           username="athomson">
    <fullname>Alice Thomson</fullname>
  </inviter>

</notification>

The token attribute is a base64url string that is different from the key and shouldn’t require URL-escaping.

The password and key attributes are no longer included in the message. PageSeeder never discloses passwords by email.

Usual content

Following is a screenshot of the HTML email:

new-member_v60000.png

Created on , last edited on