I create new user. After creating should received confirmation mail. but 
when i open mailcatcher(http://127.0.0.1:1080/)... nothing!  

i use mailcatcher v. 0.5.12, Rails 3.2.22

In development.rb added:

    
# Don't care if the mailer can't send
      config.action_mailer.delivery_method = :smtp
      config.action_mailer.smtp_settings = { :address => "localhost", :port 
=> 1025 }
      config.action_mailer.raise_delivery_errors = true

 

What is wrong with settings? How check error? Please, help, thank you. 

-- 
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/051fe6c4-4c60-4d10-bcfb-f2dad7e05e92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to