[noosfero/noosfero][master] 2 commits: development: send to /tmp/mails by default

Antonio Terceiro gitlab at gitlab.com
Tue May 12 09:34:59 BRT 2015


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
a20475d2 by Braulio Bhavamitra at 2015-05-12T09:22:04Z
development: send to /tmp/mails by default

- - - - -
52439958 by Antonio Terceiro at 2015-05-12T12:34:42Z
Merge branch 'development-mails' into 'master'

development: send to /tmp/mails by default

See merge request !569

- - - - -


1 changed file:

- config/environments/development.rb


Changes:

=====================================
config/environments/development.rb
=====================================
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -35,4 +35,8 @@ Noosfero::Application.configure do
   config.assets.debug = true
 
   config.consider_all_requests_local = true
+
+  # send emails to /tmp/mails
+  config.action_mailer.delivery_method = :file
+
 end



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/55893dbfd30682ea0de8cd780bed4cb5c320c48c...524399582fdb8d1aefd50c1648d477eff74d0129
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150512/d85f014b/attachment.html>


More information about the Noosfero-dev mailing list