From aa0141912ec4731740ebe87708052eae6e6d0387 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 4 Nov 2009 05:47:32 +0000 Subject: [PATCH] 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 --- docs/ref/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index ad34e1d414..4c30ccbfad 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -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`.