Commit a20475d2272b2f212515d177b8e1fcb677b5f457
1 parent
55893dbf
Exists in
master
and in
29 other branches
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,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 |