diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-05-11 14:54:33 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-05-11 14:54:33 +0100 |
commit | 86457a2cd3edb6a74686568cdd5cdfabccc6499d (patch) | |
tree | dd1251301f233ab90b64f4e2f49843dee5d5eb75 /lib/configuration.rb | |
parent | 3df3c0bfc8c7afe964c7363bed9a02ee7ada06e1 (diff) |
Send mail import errors to exception notification address.
Usually these are going to require some technical action. There's
not much regular admins can do about them.
Diffstat (limited to 'lib/configuration.rb')
-rw-r--r-- | lib/configuration.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index 89f148602..b60cc102b 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -33,8 +33,8 @@ module AlaveteliConfiguration :DOMAIN => 'localhost:3000', :DONATION_URL => '', :ENABLE_WIDGETS => false, - :EXCEPTION_NOTIFICATIONS_FROM => '', - :EXCEPTION_NOTIFICATIONS_TO => '', + :EXCEPTION_NOTIFICATIONS_FROM => 'errors@localhost', + :EXCEPTION_NOTIFICATIONS_TO => 'user-support@localhost', :FORCE_REGISTRATION_ON_NEW_REQUEST => false, :FORCE_SSL => true, :FORWARD_NONBOUNCE_RESPONSES_TO => 'user-support@localhost', |