diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-14 12:05:53 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-14 14:30:53 +0100 |
commit | e94fb894c5731a7f5610662e9345a746f15f0f1b (patch) | |
tree | 7bad34d766e0ee1f6f1cb28d8622199a0810b888 /docs/installing | |
parent | f32a5e7ddd50a4f3acf129a3265c858c022efdf7 (diff) |
Reword for consistency with transactional mail example
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/email.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index ace923bd7..3587fd55c 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -54,8 +54,7 @@ You must configure your MTA to deliver mail sent to these addresses to the admin Users subscribed to updates from the site – known as `tracks` – receive emails when there is something new of interest to them on the site. -The address that these messages are sent from is configured by the -[`TRACK_SENDER_EMAIL`]({{site.baseurl}}docs/customising/config/#track_sender_email) option in `config/general.yml` +Configure the address that these messages are sent from in the [`TRACK_SENDER_EMAIL`]({{site.baseurl}}docs/customising/config/#track_sender_email) option in `config/general.yml`: TRACK_SENDER_EMAIL = 'track@example.com' |