Skip to main content

 Configuration

Configuration manual for PageSeeder

membership-accept template

The email is only sent on moderated groups when a new member has registered and needs to be accepted by the Moderator.

The email provides a link for the moderator to confirm the new group member.

Email headers

This message sets the following headers by default:

NameValue
Auto-Submittedauto-generated
FromMember to moderate, see From address
SenderPageSeeder (DO NOT REPLY) <pageseeder@emaildomain>
Subject[group name] Group registration request
ToEmail address of moderator

XML

PageSeeder produces the following XML for the XSLT template:

<notification template="membership-accept"
              emaildomain="example.org"
              hosturl="https://example.org">

  <!-- Group moderator -->
  <moderator id="77"
             firstname="Alice"
             surname="Thomson"
             email="athomson@example.org"
             username="athomson">
    <fullname>Alice Thomson</fullname>
  </moderator>

  <!-- The membership to moderate -->
  <membership id="123"
              email-listed="true"
              notification="immediate"
              status="moderated"
              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 group"
           owner="acme"></group>
  </membership>

</notification>

Usual content

Following is a screenshot of the HTML email:

membership-accept_v60000.png

Created on , last edited on