Index: docs/howto/error-reporting.txt
===================================================================
--- docs/howto/error-reporting.txt	(revision 11211)
+++ docs/howto/error-reporting.txt	(working copy)
@@ -26,6 +26,9 @@
 To disable this behavior, just remove all entries from the :setting:`ADMINS`
 setting.
 
+By default, Django will send email from root@localhost. To make Django use a
+different sender address, change :setting:`SERVER_EMAIL` to a different value.
+
 404 errors
 ----------
 
