Fixed #13685: Correct the default value for EMAIL_BACKEND listed in the settings ref.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey 2010-06-02 17:57:10 +00:00
parent 2311bcbd01
commit 887da3154a
1 changed files with 1 additions and 1 deletions

View File

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