diff options
Diffstat (limited to 'docs/installing/email.md')
-rw-r--r-- | docs/installing/email.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index 1acc38c0f..ef4972468 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -40,7 +40,7 @@ If there is some error inside Rails while processing an email, an exit code `75 ### Transactional mail -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. +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`: |