diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt
index b6b0683..60047e9 100644
a
|
b
|
If you haven't set up backups for your database, do it right now!
|
131 | 131 | |
132 | 132 | If your site sends emails, these values need to be set correctly. |
133 | 133 | |
134 | | By default, Django will send email from root@localhost. However, some mail |
135 | | providers reject all email from this address. To use a different sender |
136 | | address, modify the :setting:`SERVER_EMAIL` setting. |
| 134 | By default, Django sends email from webmaster@localhost and root@localhost. |
| 135 | However, some mail providers reject email from these addresses. To use |
| 136 | different sender addresses, modify the :setting:`DEFAULT_FROM_EMAIL` and |
| 137 | :setting:`SERVER_EMAIL` settings. |
137 | 138 | |
138 | 139 | :setting:`STATIC_ROOT` and :setting:`STATIC_URL` |
139 | 140 | ------------------------------------------------ |