membership-complete template
This email is sent to a user after they have joined a group.
Email headers
This message sets the following header by default:
| Name | Value |
|---|---|
Auto-Submitted | auto-generated |
Sender | pageseeder@emaildomain |
From | Inviter or group email address, see From address |
Subject | [group name] Group registration |
To | Email address of member |
XML
PageSeeder produces the following XML for the XSLT template:
<notification template="membership-complete"
generalcomments="true"
helpurl="http://support.example.org/help.html"
emaildomain="example.org"
hosturl="https://example.org"
unsubscribetoken="sample-token">
<!-- The new membership -->
<membership id="123"
email-listed="true"
notification="immediate"
status="normal"
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"
flags=""
visibility="acme"
access=""
commenting="reviewer"
moderation="reviewer"
registration="normal"
defaultrole="reviewer"
defaultnotify="immediate"
common="false">
<message>Hope you enjoy using this group!</message>
</group>
</membership>
<!-- The member who invited or added this member -->
<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:
