diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-17 22:23:57 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-17 22:24:37 +0200 |
| commit | fd6ef87b25d38bbc73a964f5b03fcb79de04b487 (patch) | |
| tree | 3615d3ad3dcc84883b533aaf7be1ebee4e7d1df1 /docs/howto | |
| parent | 16ae193550115704c1269a5317fa86352f0b0d6d (diff) | |
[6.0.x] Added backticks to email addresses in docs.
Backport of f8d2610d94333a8b0fd283851a6cf4ac2e2e2435 from main
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/deployment/checklist.txt | 8 | ||||
| -rw-r--r-- | docs/howto/error-reporting.txt | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt index 0f4bd158f8..b062cb2dd6 100644 --- a/docs/howto/deployment/checklist.txt +++ b/docs/howto/deployment/checklist.txt @@ -149,10 +149,10 @@ If you haven't set up backups for your database, do it right now! If your site sends emails, these values need to be set correctly. -By default, Django sends email from webmaster@localhost and root@localhost. -However, some mail providers reject email from these addresses. To use -different sender addresses, modify the :setting:`DEFAULT_FROM_EMAIL` and -:setting:`SERVER_EMAIL` settings. +By default, Django sends email from ``webmaster@localhost`` and +``root@localhost``. However, some mail providers reject email from these +addresses. To use different sender addresses, modify the +:setting:`DEFAULT_FROM_EMAIL` and :setting:`SERVER_EMAIL` settings. :setting:`STATIC_ROOT` and :setting:`STATIC_URL` ------------------------------------------------ diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt index 7670c3cac9..4cea7e9153 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. |
