Post office properties
Post office properties are used to configure the post office for email collection.
Table 1 defines the properties for testing post office configuration.
enrole.postoffice.test.subject1
enrole.postoffice.test.textbody1
enrole.postoffice.test.xhtmlbody1Specifies the contents of the emails that are used when you test the post office configuration. It is one of three emails to which the template is applied.
Example (default).
enrole.postoffice.test.subject1=This is subject 1 enrole.postoffice.test.textbody1=This is the text body 1 enrole.postoffice.test.xhtmlbody1=This is the xhtml body 1enrole.postoffice.test.subject2
enrole.postoffice.test.textbody2
enrole.postoffice.test.xhtmlbody2Specifies the contents of the emails that are used when you test the post office configuration. It is one of three emails to which the template is applied.
Example (default).
enrole.postoffice.test.subject2=This is subject 2
enrole.postoffice.test.textbody2=This is the text body 2
enrole.postoffice.test.xhtmlbody2=This is the xhtml body 2enrole.postoffice.test.subject3
enrole.postoffice.test.textbody3
enrole.postoffice.test.xhtmlbody3Specifies the contents of the emails that are used when you test the post office configuration. It is one of three emails to which the template is applied.
Example (default).
enrole.postoffice.test.subject3=This is subject 3 enrole.postoffice.test.textbody3=This is the text body 3 enrole.postoffice.test.xhtmlbody3=This is the xhtml body 3enrole.postoffice.test.topic Specifies the topic of the email used when you test the post office configuration. The three test emails, whose content is defined by the preceding properties, all have this topic. The post office function gathers and stores emails by topic and locale, It then aggregates and sends them as one email on a configured interval, such as once a day or once a week. This method prevents flooding the recipient with many individual emails for a type of event. The topic data usually indicates the type of event. It is also made available to the programming environment that is activated when the gathered emails are aggregated into one summarizing email. In this way, the topic under which all of these emails were gathered can be prominently displayed in the aggregate email that is sent.
Example (default).
enrole.postoffice.test.topic=topic1enrole.postoffice.test.locale Locale for the language that is used in an email.
Example (default).
enrole.postoffice.test.locale=en_USParent topic: System property configuration in enRole.properties