From a15804429a812a9ed3fe30191c5e104d14ef8bcf Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 2 Nov 2013 02:03:37 +0100 Subject: [PATCH] add sample email sender setting - needs to be valid so user registration activation mails get through --- nsupdate/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nsupdate/settings.py b/nsupdate/settings.py index c2e777c..d594934 100644 --- a/nsupdate/settings.py +++ b/nsupdate/settings.py @@ -15,6 +15,9 @@ ADMINS = ( # ('Your Name', 'your_email@example.com'), ) +# sender address for e.g. user activation emails +DEFAULT_FROM_EMAIL = "your_email@example.com" + MANAGERS = ADMINS DATABASES = {