From 3ac0acf73e5284e9ccb3002b4c53ed87f3bfb96a Mon Sep 17 00:00:00 2001 From: zaziemo Date: Mon, 6 May 2024 21:07:59 +0200 Subject: [PATCH] For debugging purposes we set raise_delivery_errors termporarily to true. [#1357] --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index b02ba7359..4bf83eb68 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -80,7 +80,7 @@ config.action_mailer.perform_deliveries = true - config.action_mailer.raise_delivery_errors = false + config.action_mailer.raise_delivery_errors = true config.action_mailer.default charset: "utf-8"