summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/settings.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index 256a1b950c..25c07785fd 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -334,6 +334,8 @@ Default: ``'localhost'``
The host to use for sending e-mail.
+See also ``EMAIL_PORT``.
+
EMAIL_HOST_PASSWORD
-------------------
@@ -358,6 +360,15 @@ Django won't attempt authentication.
See also ``EMAIL_HOST_PASSWORD``.
+EMAIL_PORT
+----------
+
+Default: ``25``
+
+**New in Django development version.**
+
+Port to use for the SMTP server defined in ``EMAIL_HOST``.
+
EMAIL_SUBJECT_PREFIX
--------------------