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

SMTP EOFError #584

Closed
maintux opened this issue Feb 9, 2015 · 3 comments
Closed

SMTP EOFError #584

maintux opened this issue Feb 9, 2015 · 3 comments

Comments

@maintux
Copy link

maintux commented Feb 9, 2015

Hi guys, I've trouble with EM SMTP Server Class. When I sends email with my server, I've got this error:

EOFError
…/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/net/protocol.rb: 153:in `read_nonblock'
…/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/net/protocol.rb: 153:in `rbuf_fill'
…/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/net/protocol.rb: 134:in `readuntil'
…/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/net/protocol.rb: 144:in `readline'
….rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/net/smtp.rb: 931:in `recv_response'

You can find my server implementation at https://github.com/maintux/ses-proxy/blob/master/lib/ses_proxy/smtp_server.rb

After investigating this problem, I suppose that it is related to the send_data method, but I'm not sure...
Can you help me?

@sodabrew
Copy link
Contributor

What version of eventmachine are you using? Please try with both 1.0.3 (long time stable release) and 1.0.7 (current release) to make sure this isn't a recent regression.

@maintux
Copy link
Author

maintux commented Feb 20, 2015

mmm my current em version is 1.0.3

bundle show | grep event
  * eventmachine (1.0.3)

I'll try with 1.0.7 version and I'll let you know...

@sodabrew
Copy link
Contributor

Is this still an open issue for you?

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

2 participants