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