Skip to content

Commit

Permalink
Fix email send
Browse files Browse the repository at this point in the history
  • Loading branch information
shoxxd221 committed Mar 5, 2024
1 parent f0d3141 commit 586a9f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/backend/config/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
DEBUG = False


EMAIL_USE_TLS = False
EMAIL_USE_SSL = True
EMAIL_PORT = 465
EMAIL_USE_TLS = True
EMAIL_USE_SSL = False
EMAIL_PORT = 587

0 comments on commit 586a9f4

Please sign in to comment.