From 5e5a7c699aadedca9b8a447a03c1a844819b6e66 Mon Sep 17 00:00:00 2001 From: eric Date: Sat, 9 Dec 2017 13:55:41 -0500 Subject: [PATCH] determines error logging email --- settings/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/common.py b/settings/common.py index 1a77cbcb..34256000 100644 --- a/settings/common.py +++ b/settings/common.py @@ -233,7 +233,7 @@ LOGGING = { # django-registration EMAIL_HOST = 'smtp.gluejar.com' DEFAULT_FROM_EMAIL = 'notices@gluejar.com' -SERVER_EMAIL = 'unglueit@ebookfoundation.org' +SERVER_EMAIL = 'notices@gluejar.com' SUPPORT_EMAIL = 'unglueit@ebookfoundation.org' ACCOUNT_ACTIVATION_DAYS = 30 SESSION_COOKIE_AGE = 3628800 # 6 weeks