Recommend turning off raise delivery errors

Folks may not always want MailCatcher running, and don't want errors
raised during mail delivery if it's not.
This commit is contained in:
Samuel Cochran 2016-08-10 10:03:23 +10:00
parent fdbe5c4535
commit 7fe655fdac
No known key found for this signature in database
GPG Key ID: 1A36ACA1BDECD23E
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ To set up your rails app, I recommend adding this to your `environments/developm
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
config.action_mailer.raise_delivery_errors = false
### PHP