From 83e30f0529f262bb6b3d7e4b490e4c2e922d5475 Mon Sep 17 00:00:00 2001 From: Pengyu CHEN <95490459+Pengyu-gis@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:52:40 +0800 Subject: [PATCH] Update settings.py --- nextServer/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextServer/settings.py b/nextServer/settings.py index 617e25e..00336fa 100644 --- a/nextServer/settings.py +++ b/nextServer/settings.py @@ -169,7 +169,7 @@ EMAIL_PORT = 587 # Outlook SMTP port EMAIL_USE_TLS = True # Use TLS encryption EMAIL_HOST_USER = 'no-reply@gisphere.info' # Your Outlook email address -# EMAIL_HOST_PASSWORD = env('EMAIL_HOST_PASSWORD') +EMAIL_HOST_PASSWORD = env('EMAIL_HOST_PASSWORD') DEFAULT_FROM_EMAIL = 'no-reply@gisphere.info' MAILINGLIST_BASE_URL = "https://www.gisphere.info" # NO TRAILING SLASH PLEASE