From 86457a2cd3edb6a74686568cdd5cdfabccc6499d Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Mon, 11 May 2015 14:54:33 +0100 Subject: 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. --- lib/configuration.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/configuration.rb') 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', -- cgit v1.2.3