Skip to content

Commit

Permalink
Fixed #13685: Correct the default value for EMAIL_BACKEND listed in t…
Browse files Browse the repository at this point in the history
…he settings ref.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed Jun 2, 2010
1 parent 2311bcb commit 887da31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/settings.txt
Expand Up @@ -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`.
Expand Down

0 comments on commit 887da31

Please sign in to comment.