On Thu, Jul 16, 2015 at 7:27 AM, Dmitriy <[email protected]> wrote:

> In development.rb added:

>       config.action_mailer.delivery_method = :smtp
>       config.action_mailer.smtp_settings = { :address => "localhost", :port
> => 1025 }
>       config.action_mailer.raise_delivery_errors = true

In development mode, the default is to *not* actually send mails, so
you need to change that:

         config.action_mailer.perform_deliveries = true

HTH,
-- 
Hassan Schroeder ------------------------ [email protected]
http://about.me/hassanschroeder
twitter: @hassan
Consulting Availability : Silicon Valley or remote

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yDVeBwiw3z9Bzf1A%3DYwJB8cGKayAy%2BkaMZh%2B13%2BjHsZbw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to