18.3. Element: QuickRev / Preferences / EmailNotification

[Tip]Tip
To configure email templates easily use the Preferences dialog (ProjectPreferences ...Email Notification), 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).
[See] Changing the email notification templates via the Preferences dialog.
<?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>

Get QuickRev at SourceForge.net. Fast, secure and Free Open Source software downloadsCopyright © 2008 - 2026 Tom SeidelLast Update: 2026-2-23