On Thu, Jul 16, 2015 at 7:27 AM, Dmitriy <
d.bor...@gmail.com> 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 ------------------------
hassan.s...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
Consulting Availability : Silicon Valley or remote