Skip to content

Commit 65089c7

Browse files
committed
raise delivery errors in prod
1 parent 4828a7f commit 65089c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
# Ignore bad email addresses and do not raise email delivery errors.
8686
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
87-
# config.action_mailer.raise_delivery_errors = false
87+
config.action_mailer.raise_delivery_errors = true
8888

8989
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
9090
# the I18n.default_locale when a translation cannot be found).

0 commit comments

Comments
 (0)