From 0e49b397f93375d0c1a8223f5ff8830a0e68a1e3 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 4 Nov 2009 05:51:13 +0000 Subject: [PATCH] Corrected the default value of the EMAIL_BACKEND in the settings docs. This time for real. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11717 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 4c30ccbfad..6e78030e8c 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -431,7 +431,7 @@ EMAIL_BACKEND .. versionadded:: 1.2 -Default: ``'django.core.email.backends.smtp'`` +Default: ``'django.core.mail.backends.smtp'`` The backend to use for sending emails. For the list of available backends see :ref:`topics-email`.