From 684f3942854443ebfc43fd8d86bcd7f08a5d9d6a Mon Sep 17 00:00:00 2001 From: Charles Connell Date: Mon, 13 Jan 2014 22:34:41 -0500 Subject: [PATCH] Address to send emails from --- karmaworld/settings/prod.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/karmaworld/settings/prod.py b/karmaworld/settings/prod.py index d9cf868..88f2ca5 100644 --- a/karmaworld/settings/prod.py +++ b/karmaworld/settings/prod.py @@ -47,6 +47,8 @@ EMAIL_SUBJECT_PREFIX = 'KarmaNotes ' # See: https://docs.djangoproject.com/en/dev/ref/settings/#email-use-tls EMAIL_USE_TLS = True +DEFAULT_FROM_EMAIL = 'info@karmanotes.org' + # See: https://docs.djangoproject.com/en/dev/ref/settings/#server-email SERVER_EMAIL = EMAIL_HOST_USER ########## END EMAIL CONFIGURATION -- 2.25.1