Author: ubernostrum
Date: 2010-03-06 05:21:48 -0600 (Sat, 06 Mar 2010)
New Revision: 12687

Modified:
   django/branches/releases/1.1.X/docs/howto/error-reporting.txt
Log:
[1.1.X] Fixed #11680: Added a note in the error-reporting documentation about 
basic e-mail configuration. Backport of [12686] from trunk.

Modified: django/branches/releases/1.1.X/docs/howto/error-reporting.txt
===================================================================
--- django/branches/releases/1.1.X/docs/howto/error-reporting.txt       
2010-03-06 11:20:50 UTC (rev 12686)
+++ django/branches/releases/1.1.X/docs/howto/error-reporting.txt       
2010-03-06 11:21:48 UTC (rev 12687)
@@ -23,6 +23,17 @@
 get a description of the error, a complete Python traceback, and details about
 the HTTP request that caused the error.
 
+.. note::
+
+   In order to send e-mail, Django requires a few settings telling it
+   how to connect to your mail server. At the very least, you'll need
+   to specify :setting:`EMAIL_HOST` and possibly
+   :setting:`EMAIL_HOST_USER` and :setting:`EMAIL_HOST_PASSWORD`,
+   though other settings may be also required depending on your mail
+   server's configuration. Consult :ref:`the Django settings
+   documentation <ref-settings>` for a full list of email-related
+   settings.
+
 By default, Django will send email from r...@localhost. However, some mail
 providers reject all email from this address. To use a different sender
 address, modify the :setting:`SERVER_EMAIL` setting.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to