Unable to send mail through SMTP
|
|
Hi all.. Net::SMTPUnknownError in AccountController#signup C:/Ruby/lib/ruby/1.8/net/smtp.rb:679:in `check_response’ I’ve checked the code over many times and it seems to be fine :( |
|
|
Have you tried setting action_mailer to user sendmail instead? i.e. in environment.rb config.action_mailer.delivery_method = :sendmail |
|
|
Thx for your reply Eldon. I did try setting the delivery_method to :sendmail but that didn’t work either. |