]> git.ozlabs.org Git - patchwork/blobdiff - apps/settings.py
notifications: implement opt-out
[patchwork] / apps / settings.py
index d5595e01013054423519cd805e99f16f59f6fc4c..4432f3f04d7cbdf953e21d70bc87ba5b78d3cfa4 100644 (file)
@@ -104,6 +104,7 @@ DEFAULT_FROM_EMAIL = 'Patchwork <patchwork@patchwork.example.com>'
 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