diff --git a/docs/topics/email.txt b/docs/topics/email.txt index 1989b5e4f3..becf652739 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -472,6 +472,9 @@ SMTP backend Then point the :setting:`EMAIL_BACKEND` setting at your custom backend as described above. + If unspecified, the default ``timeout`` will be the one provided by + :func:`socket.getdefaulttimeout()`, which defaults to ``None`` (no timeout). + .. _topic-email-console-backend: Console backend