From: Park Heesob Date: 2006-04-01T08:42:13+09:00 Subject: Re: commonly used email library Hi, ----- Original Message ----- From: "Austin Ziegler" To: "ruby-talk ML" Sent: Saturday, April 01, 2006 8:23 AM Subject: Re: commonly used email library > On 3/31/06, Trans wrote: >> > I use the SMTP lib bundled with Ruby for basic E-mail tasks. It's very >> > simple to use. >> >> But lacks TLS so you can't send via gmail :-( > > GMailer is supposed to work for this, but google appears to have > changed the protocol and it now no longer works (and fails silently). > > -austin Google didn't changed the protocol. It was due to ruby 1.8.3,1.8.4 http post bug. Try GMailer 0.1.1 http://rubyforge.org/frs/?group_id=869 Regards, Park Heesob