1
0
mirror of https://github.com/django/django.git synced 2025-01-23 16:50:41 +00:00

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

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`.