diff options
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/email.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index 31d41433f..5edc4d893 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -46,9 +46,7 @@ Configure the address that these messages are sent from in the [`CONTACT_EMAIL`] CONTACT_EMAIL = 'team@example.com' -The address in [`CONTACT_EMAIL`]({{ site.baseurl }}docs/customising/config/#contact_email) is also visible in various -places on the site, so people can get in touch with the team that runs -the site. +The address in [`CONTACT_EMAIL`]({{ site.baseurl }}docs/customising/config/#contact_email) is also visible in various places on the site so that users can get in touch with the team that runs the site. Your MTA needs to be configured to deliver mail to this address to the people who are going to administer your site, so that |