Commit a20475d2272b2f212515d177b8e1fcb677b5f457

Authored by Braulio Bhavamitra
1 parent 55893dbf

development: send to /tmp/mails by default

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
config/environments/development.rb
... ... @@ -35,4 +35,8 @@ Noosfero::Application.configure do
35 35 config.assets.debug = true
36 36  
37 37 config.consider_all_requests_local = true
  38 +
  39 + # send emails to /tmp/mails
  40 + config.action_mailer.delivery_method = :file
  41 +
38 42 end
... ...