Corrected the default value of the EMAIL_BACKEND in the settings docs. This time for real.

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

View File

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