> On Monday, June 23, 2014 10:41:54 AM UTC+1, Ruby-Forum.com User wrote:
>> Is it any way to do disable email delivery in development mode?
>>
>>
>>
> If you set
>
> config.action_mailer.delivery_method = :test
>
> in development.rb
>
> Then no emails will get send (assuming you don't have something
> somewhere
> else (for example in an initializer) that overrides that.

I am looking for this type of answer. Thank you very much.

Kind regards.

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/27fcb99563c49245d0c55be713b41f85%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to