Skip to content

Commit

Permalink
Raise exceptions to see why mail isn't delivered
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Van Landuyt committed Dec 28, 2010
1 parent 000f536 commit e0bec71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -35,7 +35,7 @@
# config.action_controller.asset_host = "http://assets.example.com" # config.action_controller.asset_host = "http://assets.example.com"


# Disable delivery errors, bad email addresses will be ignored # Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false config.action_mailer.raise_delivery_errors = true


# Enable threaded mode # Enable threaded mode
# config.threadsafe! # config.threadsafe!
Expand Down

0 comments on commit e0bec71

Please sign in to comment.