Corrected the default value of the EMAIL_BACKEND in the settings docs. Thanks to Alex Gaynor for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11716 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2009-11-04 05:47:32 +00:00
parent 77b602a4ab
commit aa0141912e
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ EMAIL_BACKEND
.. versionadded:: 1.2
Default: ``'smtp'``
Default: ``'django.core.email.backends.smtp'``
The backend to use for sending emails. For the list of available backends see
:ref:`topics-email`.