mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #23461 -- Added EMAIL_TIMEOUT setting
This commit is contained in:
parent
0ae79014c0
commit
5472d18e31
6 changed files with 34 additions and 26 deletions
|
@ -1266,6 +1266,18 @@ connection. Please refer to the documentation of Python's
|
|||
:func:`python:ssl.wrap_socket` function for details on how the certificate chain
|
||||
file and private key file are handled.
|
||||
|
||||
.. setting:: EMAIL_TIMEOUT
|
||||
|
||||
EMAIL_TIMEOUT
|
||||
-------------
|
||||
|
||||
.. versionadded:: 1.8
|
||||
|
||||
Default: ``None``
|
||||
|
||||
Specifies a timeout in seconds for blocking operations like the connection
|
||||
attempt.
|
||||
|
||||
.. setting:: FILE_CHARSET
|
||||
|
||||
FILE_CHARSET
|
||||
|
@ -3089,6 +3101,7 @@ Email
|
|||
* :setting:`EMAIL_SSL_CERTFILE`
|
||||
* :setting:`EMAIL_SSL_KEYFILE`
|
||||
* :setting:`EMAIL_SUBJECT_PREFIX`
|
||||
* :setting*`EMAIL_TIMEOUT`
|
||||
* :setting:`EMAIL_USE_TLS`
|
||||
* :setting:`MANAGERS`
|
||||
* :setting:`SERVER_EMAIL`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue