[Rt-commit] r13578 - in rt/3.8/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Tue Jun 24 17:17:30 EDT 2008
Author: sartak
Date: Tue Jun 24 17:17:29 2008
New Revision: 13578
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/etc/RT_Config.pm.in
Log:
r63193 at onn: sartak | 2008-06-24 17:07:35 -0400
Add $DashboardAddress to the config
Modified: rt/3.8/trunk/etc/RT_Config.pm.in
==============================================================================
--- rt/3.8/trunk/etc/RT_Config.pm.in (original)
+++ rt/3.8/trunk/etc/RT_Config.pm.in Tue Jun 24 17:17:29 2008
@@ -450,6 +450,15 @@
Set($CommentAddress , '');
+=item C<$DashboardAddress>
+
+The email address from which RT will send dashboards. If none is set, then
+C<$CorrespondAddress> will be used.
+
+=cut
+
+Set($DashboardAddress, '');
+
=item C<UseFriendlyFromLine>
By default, RT sets the outgoing mail's "From:" header to
More information about the Rt-commit
mailing list