Skip to content

Commit

Permalink
add EMAIL_TIMEOUT settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Arcuri committed Aug 28, 2024
1 parent 5a08378 commit b7a4554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
# ------------------------------------------------------------------------------
EMAIL_HOST = env("EMAIL_HOST", default="mailpit")
EMAIL_PORT = 1025
EMAIL_TIMEOUT = env.int("EMAIL_TIMEOUT", default=30)
EMAIL_USE_TLS = env("EMAIL_USE_TLS", default=True)
EMAIL_HOST_USER = env("EMAIL_HOST_USER", default=None)
EMAIL_HOST_PASSWORD = env("EMAIL_HOST_PASSWORD", default=None)
Expand Down

0 comments on commit b7a4554

Please sign in to comment.