From 017f73b059aadfce30ee29d2aceeab92739105a6 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Thu, 14 Apr 2011 11:25:47 +0800 Subject: notifications: Add NOTIFICATION_FROM_EMAIL setting Allow a separate From: address for notificaton emails. Signed-off-by: Jeremy Kerr --- apps/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/settings.py') diff --git a/apps/settings.py b/apps/settings.py index d5595e0..4432f3f 100644 --- a/apps/settings.py +++ b/apps/settings.py @@ -104,6 +104,7 @@ DEFAULT_FROM_EMAIL = 'Patchwork ' CONFIRMATION_VALIDITY_DAYS = 7 NOTIFICATION_DELAY_MINUTES = 10 +NOTIFICATION_FROM_EMAIL = DEFAULT_FROM_EMAIL # Set to True to enable the Patchwork XML-RPC interface ENABLE_XMLRPC = False -- cgit v1.2.3