Skip to main content

 Configuration

Configuration manual for PageSeeder

membership-confirm template

The email is sent to a user when they are invited to a group.

They must accept the invitation using the link provided in the email before they become a group member. Until then, they appear as a pending’ member of the group.

It is also possible for a user to accept an invitation directly through the PageSeeder user interface.

Email headers

This message sets the following headers by default:

NameValue
Auto-Submittedauto-generated
FromInviter or group, see From address
Senderpageseeder@emaildomain
Subject[group name] Group invitation
ToEmail address of invited member

XML

PageSeeder produces the following XML for the XSLT template:

<notification template="membership-confirm"
              emaildomain="ps.pageseeder.com"
              hosturl="https://ps.pageseeder.com">

  <!-- The membership to confirm -->
  <membership id="123"
              email-listed="true"
              notification="immediate"
              status="invited"
              role="reviewer">
    <member id="12"
            firstname="John"
            surname="Jones"
            email="jjones@email.com"
            username="jjones">
      <fullname>John Jones</fullname>
    </member>
    <group id="3"
           name="acme-test"
           description="ACME test group"
           owner="acme"></group>
  </membership>

  <!-- The member who invited this member to the group -->
  <inviter id="77"
           firstname="Alice"
           surname="Thomson"
           email="athomson@example.org"
           username="athomson">
    <fullname>Alice Thomson</fullname>
  </inviter>

</notification>

Usual content

Following is a screenshot of the HTML email:

membership-confirm_v60000.png

Created on , last edited on