diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-11 16:40:29 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-26 09:32:19 +0100 |
commit | 92ea54a9eef61c966c27b16312053b5cac948ba3 (patch) | |
tree | f7a57533814a851bef1f742e87ced673ad9c46d6 | |
parent | 69f65da1e7a4ec0113e24c1a7616b65d601e277f (diff) |
Provide sensible defaults for emails
Provide something that at least has a chance of existing and might get read
-rw-r--r-- | config/general.yml-example | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index a4a4a1b3c..9fac7601c 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -511,7 +511,7 @@ HTML_TO_PDF_COMMAND: /usr/local/bin/wkhtmltopdf-amd64 # EXCEPTION_NOTIFICATIONS_FROM: do-not-reply-to-this-address@example.com # # --- -EXCEPTION_NOTIFICATIONS_FROM: do-not-reply-to-this-address@example.com +EXCEPTION_NOTIFICATIONS_FROM: do-not-reply-to-this-address@localhost # Email address(es) used for receiving exception notifications. # @@ -525,8 +525,7 @@ EXCEPTION_NOTIFICATIONS_FROM: do-not-reply-to-this-address@example.com # # --- EXCEPTION_NOTIFICATIONS_TO: - - robin@example.org - - seb@example.org + - alaveteli@localhost # This rate limiting can be turned off per-user via the admin interface # |