Opened 10 years ago
Closed 10 years ago
#23461 closed New feature (fixed)
Add EMAIL_TIMEOUT setting
Reported by: | Tim Graham | Owned by: | José Padilla |
---|---|---|---|
Component: | Core (Mail) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The timeout
parameter was added to the SMTP backend in #21271, but done awkwardly to avoid using a setting. Now that we are fine adding the setting (https://groups.google.com/d/msg/django-developers/ZWpRbTwTxmo/VJ93xb5V5qoJ), we should add it.
See 00535e8e6b402cab29ea3dbb7b4cc470f9839678 for a template of things that need to be done.
Change History (3)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Sent pull request https://github.com/django/django/pull/3217