add script for testing app SMTP connections

This commit is contained in:
Adam Cooke
2017-04-28 17:09:39 +01:00
parent 6fc82b2049
commit 3333a7baf3
6 changed files with 42 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Rails.application.configure do
end
# Don't care if the mailer can't send.
config.action_mailer.raise_delivery_errors = false
config.action_mailer.raise_delivery_errors = true
config.action_mailer.perform_caching = false
+1 -1
View File
@@ -55,7 +55,7 @@ Rails.application.configure do
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
# config.action_mailer.raise_delivery_errors = false
config.action_mailer.raise_delivery_errors = true
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found).