You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding rubyntlm. I am unable to send test mails in Rails using ActionMailer
without the gem 'rubyntlm' - everything work perfectly
though it does work perfectly when using smtp servers with authentication.
After adding rubyntlm. I am unable to send test mails in Rails using ActionMailer
without the gem 'rubyntlm' - everything work perfectly
though it does work perfectly when using smtp servers with authentication.
It would be great if someone can look into this.
Relevent Stack Trace
lib/ruby/1.9.1/net/protocol.rb:146:in
rescue in rbuf_fill' lib/ruby/1.9.1/net/protocol.rb:140:in
rbuf_fill'lib/ruby/1.9.1/net/protocol.rb:122:in
readuntil' lib/ruby/1.9.1/net/protocol.rb:132:in
readline'lib/ruby/1.9.1/net/smtp.rb:930:in
recv_response' lib/ruby/1.9.1/net/smtp.rb:553:in
block in do_start'lib/ruby/1.9.1/net/smtp.rb:940:in
critical' lib/ruby/1.9.1/net/smtp.rb:553:in
do_start'lib/ruby/1.9.1/net/smtp.rb:520:in
start' /gems/mail-2.4.4/lib/mail/network/delivery_methods/smtp.rb:144:in
deliver!'My development environment mailer config
config.action_mailer.delivery_method = :smtp
config.action_mailer.default_url_options = { :host => "www.xyz.com"
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
The text was updated successfully, but these errors were encountered: