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:
parent
77b602a4ab
commit
aa0141912e
|
@ -431,7 +431,7 @@ EMAIL_BACKEND
|
||||||
|
|
||||||
.. versionadded:: 1.2
|
.. 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
|
The backend to use for sending emails. For the list of available backends see
|
||||||
:ref:`topics-email`.
|
:ref:`topics-email`.
|
||||||
|
|
Loading…
Reference in New Issue