while sending email in jruby 1.1.6 with rails 2.2.2 with tlsmail using gmail.com as domain
Error: End of file reached error displaying but mail content is there in
log file
D:/jruby-1.1.6RC1/lib/ruby/gems/1.8/gems/jruby-openssl-0.3/lib/openssl/buffering.rb:237:in close' ...................... :1:in start’
While using the same code in ruby on rails 2.2.2 working perfectly can
I have EXACTLY the same problem, and I suspect that there must be
something wrong with the sntp authentication. Am I correct, or there is
something else to it?
something wrong with the sntp authentication. Am I correct, or there is
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
I am using jruby-1.4.0 which comes bundled with NetBeans IDE, and I have
the same error as the previous person has described. It comes from
Net::Smtp.start.
Here is a part of the call stack:
Sending Test Subject to [email protected]
C:/Program Files/NetBeans
6.8/ruby2/jruby-1.4.0/lib/ruby/gems/1.8/gems/jruby-openssl-0.6/lib/openssl/buffering.rb:237:in close': End of file reached (EOFError) from C:/Program Files/NetBeans 6.8/ruby2/jruby-1.4.0/lib/ruby/gems/1.8/gems/tlsmail-0.0.1/lib/net/smtp.rb:493:in do_start’
from C:/Program Files/NetBeans
6.8/ruby2/jruby-1.4.0/lib/ruby/gems/1.8/gems/tlsmail-0.0.1/lib/net/smtp.rb:440:in start' from C:/Program Files/NetBeans 6.8/ruby2/jruby-1.4.0/lib/ruby/gems/1.8/gems/tlsmail-0.0.1/lib/net/smtp.rb:378:in start’
from C:/Automation/Mailinglist/lib/contact.rb:46:in send_email' from C:/Automation/Mailinglist/lib/mailing_list.rb:38:in send’
from C:/Automation/Mailinglist/lib/mailing_list.rb:38:in each' from C:/Automation/Mailinglist/lib/mailing_list.rb:38:in send’
from C:/Automation/Mailinglist/lib/main.rb:29
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.