Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengyu-gis authored Jan 8, 2024
1 parent b301df8 commit 83e30f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextServer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
EMAIL_PORT = 587 # Outlook SMTP port
EMAIL_USE_TLS = True # Use TLS encryption
EMAIL_HOST_USER = '[email protected]' # Your Outlook email address
# EMAIL_HOST_PASSWORD = env('EMAIL_HOST_PASSWORD')
EMAIL_HOST_PASSWORD = env('EMAIL_HOST_PASSWORD')
DEFAULT_FROM_EMAIL = '[email protected]'

MAILINGLIST_BASE_URL = "https://www.gisphere.info" # NO TRAILING SLASH PLEASE
Expand Down

0 comments on commit 83e30f0

Please sign in to comment.