Skip to main content

 Configuration

Configuration manual for PageSeeder

reject-comment template

This email is sent in response to a message posted to PageSeeder that has been rejected. A message is generally rejected because the email address did not match the address of a registered user on PageSeeder or that user does not belong to the PageSeeder group the message was posted to.

Email headers

This message sets the following headers by default:

NameValue
Auto-Submittedauto-replied
FromPageSeeder (DO NOT REPLY) <pageseeder@emaildomain>
SubjectRETURNED: [original subject]
ToEmail address of author

PageSeeder also adds the following non-standard email header:

com.pageseeder.mail.Bounce set to true.

XML

PageSeeder produces the following XML for the XSLT template:

<notification template="reject-comment"
              emaildomain="example.org"
              hosturl="https://example.org">

  <!-- The rejected comment -->
  <comment id="123"
           contentrole="Comment"
           created="2012-03-08T12:34:00+10:00"
           status="Open">
    <title>Cavern stolen!</title>
    <author id="12"
            firstname="John"
            surname="Jones"
            email="jjones@email.com"
            username="jjones">
      <fullname>John Jones</fullname>
    </author>
    <content type="text/plain">Sesame opened the door</content>
    <context>
      <group id="3"
             name="acme-test"></group>
    </context>
  </comment>

</notification>

Usual content

Following is a screenshot of the HTML email:

reject-comment_v60000.png

Created on , last edited on