diff options
Diffstat (limited to 'docs/howto/error-reporting.txt')
| -rw-r--r-- | docs/howto/error-reporting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt index 96d307f34f..81a3e7e575 100644 --- a/docs/howto/error-reporting.txt +++ b/docs/howto/error-reporting.txt @@ -37,7 +37,7 @@ caused the error. documentation </ref/settings>` for a full list of email-related settings. -By default, Django will send email from root@localhost. However, some mail +By default, Django will send email from ``root@localhost``. However, some mail providers reject all email from this address. To use a different sender address, modify the :setting:`SERVER_EMAIL` setting. |
