From: Charles Connell Date: Tue, 14 Jan 2014 03:34:41 +0000 (-0500) Subject: Address to send emails from X-Git-Tag: release-20150131~240^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=684f3942854443ebfc43fd8d86bcd7f08a5d9d6a;p=oweals%2Fkarmaworld.git Address to send emails from --- 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