Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Change default email port to 587 (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Apr 27, 2022
1 parent 003a062 commit 4c308cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/catalog/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@

EMAIL_SENDER = config("EMAIL_SENDER", default="")
EMAIL_HOST = config("EMAIL_HOST", default="")
EMAIL_PORT = config("EMAIL_PORT", default=25, cast=int)
EMAIL_PORT = config("EMAIL_PORT", default=587, cast=int)
EMAIL_HOST_USER = config("EMAIL_HOST_USER", default="")
EMAIL_HOST_PASSWORD = config("EMAIL_HOST_PASSWORD", default="")
EMAIL_SUBJECT_PREFIX = "[noreply]"
Expand Down

0 comments on commit 4c308cc

Please sign in to comment.