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:
Name | Value |
---|---|
Auto-Submitted | auto-generated |
From | Member to moderate, see From address |
Sender | PageSeeder (DO NOT REPLY) <pageseeder@emaildomain> |
Subject | [ group name] Group registration request |
To | Email 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: