From 6bf98c4400b5fe71e7a7bcc4dae08c5970e44f24 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 26 Nov 2009 11:17:53 +0000 Subject: [PATCH] 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 --- docs/topics/email.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.