Actions
Bug #6181
closedRuby crash when trying to send a mail (tls/gmail)
Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin10.8.0]
Backport:
Description
The following code made ruby crash:
require 'net/smtp'
smtp = Net::SMTP.new 'smtp.gmail.com', 587
smtp.enable_starttls
smtp.start("gmail.com", "edited", "edited", :login) do
smtp.send_message("hello world!!", "mljsimone@gmail.com", "undefined.behaviour@gmail.com")
end
Files
Actions
Like0
Like0Like0Like0Like0Like0Like0