diff options
Diffstat (limited to 'docs/installing/email.md')
-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 ef4972468..31d41433f 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -42,8 +42,7 @@ If there is some error inside Rails while processing an email, an exit code `75 Alaveteli also sends emails to users about their requests – letting them know when someone has replied to them, or prompting them to take further action. -The address that these messages are sent from is configured by the -[`CONTACT_EMAIL`]({{site.baseurl}}docs/customising/config/#contact_email) option in `config/general.yml`: +Configure the address that these messages are sent from in the [`CONTACT_EMAIL`]({{site.baseurl}}docs/customising/config/#contact_email) option in `config/general.yml`: CONTACT_EMAIL = 'team@example.com' |