Skip to content

Commit

Permalink
[api] disable sending out mail again
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Dec 7, 2013
1 parent b686cca commit 5956b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# config.action_controller.asset_host = "http://assets.example.com"

# see http://guides.rubyonrails.org/action_mailer_basics.html#example-action-mailer-configuration
config.action_mailer.delivery_method = :sendmail
config.action_mailer.delivery_method = :file

config.active_support.deprecation = :log

Expand Down

0 comments on commit 5956b3f

Please sign in to comment.