search for: open_message_stream

Displaying 1 result from an estimated 1 matches for "open_message_stream".

2005 Jul 27
0
net/smtp, TO and FROM fields
...as blank To and From fields. How can I make To, From and Subject fields visible? Here''s the code: Net::SMTP::start(''smtp.mail.yahoo.com'', 25, ''yahoo.com'',''account_name'',''account_pwd'' , :login ) do |smtp| smtp.open_message_stream(''account_name-/E1597aS9LQAvxtiuMwx3w@public.gmane.org'', ''account_name@yahoo.com'' ) do |stream| stream.puts "some text" end end Thank you for your help, Eduard