Commit 524399582fdb8d1aefd50c1648d477eff74d0129

Authored by Antonio Terceiro
2 parents 55893dbf a20475d2

Merge branch 'development-mails' into 'master'

development: send to /tmp/mails by default

See merge request !569
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,4 +35,8 @@ Noosfero::Application.configure do
35 config.assets.debug = true 35 config.assets.debug = true
36 36
37 config.consider_all_requests_local = true 37 config.consider_all_requests_local = true
  38 +
  39 + # send emails to /tmp/mails
  40 + config.action_mailer.delivery_method = :file
  41 +
38 end 42 end