summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3173714)
raw | patch | inline | side by side (parent: 3173714)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 25 Mar 2004 22:48:17 +0000 (22:48 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 25 Mar 2004 22:48:17 +0000 (22:48 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2190 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/customizing.txt | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index 3b42c4e4074191c85d554a605510e6a538f5bb71..27e73bbf12c7d8db46184e0480ad85a9dc30d84c 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
Customising Roundup
===================
-:Version: $Revision: 1.121 $
+:Version: $Revision: 1.122 $
.. This document borrows from the ZopeBook section on ZPT. The original is at:
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
**ADMIN_EMAIL** - ``'roundup-admin@%s'%MAIL_DOMAIN``
The email address that roundup will complain to if it runs into trouble.
-**DISPATCHER_EMAIL** - ``ADMIN_EMAIL``
- The email address that roundup will issue all error messages to. This is
- also useful, if you want to switch your 'new message' notification to
- a central user.
-
**EMAIL_FROM_TAG** - ``''``
Additional text to include in the "name" part of the ``From:`` address used
in nosy messages. If the sending user is "Foo Bar", the ``From:`` line is
"Foo Bar EMAIL_FROM_TAG" <issue_tracker@tracker.example>
**ERROR_MESSAGES_TO** - ``'user'``, ``'dispatcher'`` or ``'both'``
- Sends error messages to the dispatcher, user, or both.
+ Sends error messages to the dispatcher, user, or both. It will use the
+ ``DISPATCHER_EMAIL`` address if set, otherwise it'll use the
+ ``ADMIN_EMAIL`` address.
+
+**DISPATCHER_EMAIL** - ``''``
+ The email address that Roundup will issue all error messages to. This is
+ also useful if you want to switch your 'new message' notification to
+ a central user.
**MESSAGES_TO_AUTHOR** - ``'new'``, ``'yes'`` or``'no'``
Send nosy messages to the author of the message?