Skip to content

Commit

Permalink
For debugging purposes
Browse files Browse the repository at this point in the history
we set raise_delivery_errors termporarily to true.

[#1357]
  • Loading branch information
zaziemo committed May 6, 2024
1 parent 2ee930b commit 3ac0acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3ac0acf

Please sign in to comment.