Commit 13fd21ed218ae039438e805d5b52f18b1935e920

Authored by Nathan Broadbent
1 parent 59760832
Exists in master and in 1 other branch production

Don't raise mail delivery errors in development

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/environments/development.rb
@@ -14,7 +14,7 @@ Errbit::Application.configure do @@ -14,7 +14,7 @@ Errbit::Application.configure do
14 config.action_controller.perform_caching = false 14 config.action_controller.perform_caching = false
15 15
16 # Don't care if the mailer can't send 16 # Don't care if the mailer can't send
17 - config.action_mailer.raise_delivery_errors = true 17 + config.action_mailer.raise_delivery_errors = false
18 config.action_mailer.default_url_options = { :host => 'localhost:3000' } 18 config.action_mailer.default_url_options = { :host => 'localhost:3000' }
19 19
20 # Print deprecation notices to the Rails logger 20 # Print deprecation notices to the Rails logger