Commit aa014191 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Corrected the default value of the EMAIL_BACKEND in the settings docs. Thanks...

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
parent 77b602a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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`.