Skip to content

Commit

Permalink
Fixed #12267 -- Corrected a typo in the Email docs. Thanks to Thejasw…
Browse files Browse the repository at this point in the history
…i Puthraya for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11780 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Nov 26, 2009
1 parent 1f3aa29 commit 6bf98c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/email.txt
Expand Up @@ -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.

Expand Down

0 comments on commit 6bf98c4

Please sign in to comment.