From 9b2ad2a6dd9546343f978ce15da993457b1a2971 Mon Sep 17 00:00:00 2001 From: Kuroshini Date: Mon, 13 Jan 2020 13:37:11 +0300 Subject: [PATCH] try new email settings for dev --- project/settings/development.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/project/settings/development.py b/project/settings/development.py index 88b88789..24a1a795 100644 --- a/project/settings/development.py +++ b/project/settings/development.py @@ -74,3 +74,10 @@ CELERY_RESULT_BACKEND = BROKER_URL CELERY_BROKER_URL = BROKER_URL COOKIE_DOMAIN = '.id-east.ru' + +# Email settings +EMAIL_USE_TLS = True +EMAIL_HOST = 'smtp.gmail.com' +EMAIL_HOST_USER = 'anatolyfeteleu@gmail.com' +EMAIL_HOST_PASSWORD = 'nggrlnbehzksgmbt' +EMAIL_PORT = 587 \ No newline at end of file