Skip to content

Commit

Permalink
Send emails to file in development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Jan 2, 2014
1 parent 6a4ba78 commit a822cca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
config.consider_all_requests_local = true
config.action_controller.perform_caching = false

config.action_mailer.delivery_method = :file

# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = true

Expand Down

0 comments on commit a822cca

Please sign in to comment.