Skip to content

Commit

Permalink
settings/local: Remove SMTP server localhost:1025
Browse files Browse the repository at this point in the history
Remove invalid setting for the SMTP server.

Note: These lines have already been commented out on our production
server.
  • Loading branch information
donald committed Aug 13, 2020
1 parent 32e5f50 commit e116002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

# EMAIL
# ------------------------------------------------------------------------------
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
EMAIL_HOST = 'localhost'
EMAIL_PORT = 1025
#EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
#EMAIL_HOST = 'localhost'
#EMAIL_PORT = 1025

# django-debug-toolbar
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit e116002

Please sign in to comment.