summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-11-26 11:17:53 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-11-26 11:17:53 +0000
commit6bf98c4400b5fe71e7a7bcc4dae08c5970e44f24 (patch)
tree04fbfeb1452354413dfb0891efbc1f23a5ca24ee /docs
parent1f3aa297f11af8b844873e2ae5e816977f83af85 (diff)
Fixed #12267 -- Corrected a typo in the Email docs. Thanks to Thejaswi Puthraya for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11780 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/email.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index f7857479ca..ccc993b2e8 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -401,7 +401,7 @@ SMTP backend
This is the default backend. E-mail will be sent through a SMTP server.
The server address and authentication credentials are set in the
-:setting:`EMAIL_HOST`, :setting:`EMAIL_POST`, :setting:`EMAIL_HOST_USER`,
+:setting:`EMAIL_HOST`, :setting:`EMAIL_PORT`, :setting:`EMAIL_HOST_USER`,
:setting:`EMAIL_HOST_PASSWORD` and :setting:`EMAIL_USE_TLS` settings in your
settings file.