diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index 25691ef2..6f61935d 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -267,7 +267,7 @@ EMAIL_HOST_USER = CFG['email_host_user'] EMAIL_HOST_PASSWORD = CFG['email_host_password'] EMAIL_USE_TLS = CFG['email_use_tls'] #EMAIL_USE_TLS = False - +DEFAULT_FROM_EMAIL = 'admin@rowsandall.com' # weather stuff