1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2006-04-11 03:23:03 +00:00
parent cd7dbd8f00
commit 8d70ed4b25
3 changed files with 15 additions and 1 deletions

View File

@@ -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
--------------------