diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-04-11 03:23:03 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-04-11 03:23:03 +0000 |
| commit | 8d70ed4b25d65df8fe9f2a783f9f2a87bc7aaea1 (patch) | |
| tree | de43c9a3b1bfb42755d537e7178566124af2bf26 /docs/settings.txt | |
| parent | cd7dbd8f00b49b5c58838e21a3675d05f86b8ac4 (diff) | |
Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/settings.txt')
| -rw-r--r-- | docs/settings.txt | 11 |
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 -------------------- |
