18.3. Element: QuickRev / Preferences / EmailNotification
![[Tip]](images/tip.png) | Tip |
|---|
| To configure email templates easily use the Preferences dialog
( → → ), configure your templates and copy the xml-structure out of the
user-configuration file .quickRev/config/main from your home directory.
The dialog lets you select placeholders for the template easily by using the context menu
(right mouse click).
|
<?xml version="1.0" encoding="UTF-8"?>
<QuickRev configName="name">
<Preferences>
<EmailNotification>
<InitiatorConfig defaultReceivers="" sendAsHTML="true" sendCopyToSender="true"/>
<InitiatorSubject> -- subject if initiator sends an email in initial review cycle -- </InitiatorSubject>
<InitiatorContent> -- content if initiator sends an email in initial review cycle -- </InitiatorContent>
<ReviewerConfig defaultReceivers="" sendAsHTML="true" sendCopyToSender="true"/>
<ReviewerSubject> -- subject if reviewer sends an email in initial review cycle -- </ReviewerSubject>
<ReviewerContent> -- content if reviewer sends an email in initial review cycle -- </ReviewerContent>
<InitiatorFollowUpConfig defaultReceivers="" sendAsHTML="true" sendCopyToSender="true"/>
<InitiatorFollowUpSubject> -- subject if initiator sends an email in follow-up review cycle -- </InitiatorFollowUpSubject>
<InitiatorFollowUpContent> -- content if initiator sends an email in follow-up review cycle -- </InitiatorFollowUpContent>
<ReviewerFollowUpConfig defaultReceivers="" sendAsHTML="true" sendCopyToSender="true"/>
<ReviewerFollowUpSubject> -- subject if reviewer sends an email in follow-up review cycle -- </ReviewerFollowUpSubject>
<ReviewerFollowUpContent> -- content if reviewer sends an email in follow-up review cycle -- </ReviewerFollowUpContent>
</EmailNotification>
</Preferences>
</QuickRev>