Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout issues with mailcatcher #18

Closed
chirag7jain opened this issue Feb 6, 2015 · 0 comments
Closed

Timeout issues with mailcatcher #18

chirag7jain opened this issue Feb 6, 2015 · 0 comments

Comments

@chirag7jain
Copy link

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:inrbuf_fill'
lib/ruby/1.9.1/net/protocol.rb:122:in readuntil' lib/ruby/1.9.1/net/protocol.rb:132:inreadline'
lib/ruby/1.9.1/net/smtp.rb:930:in recv_response' lib/ruby/1.9.1/net/smtp.rb:553:inblock in do_start'
lib/ruby/1.9.1/net/smtp.rb:940:in critical' lib/ruby/1.9.1/net/smtp.rb:553:indo_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:indeliver!'

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 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant