----- Original Message -----
From: "Austin Ziegler" <halostatue@gmail.com>
To: "ruby-talk ML" <ruby-talk@ruby-lang.org>
Sent: Saturday, April 01, 2006 8:23 AM
Subject: Re: commonly used email library
On 3/31/06, Trans <transfire@gmail.com> 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).
Hmmm. I haven't upgrade to 1.8.3 or 1.8.4 and it failed. I will try
upgrading, though, in the event that 0.1.1 fixes the problem in any
case.
-austin
···
On 3/31/06, Park Heesob <phasis68@hotmail.com> wrote:
> GMailer is supposed to work for this, but google appears to have
> changed the protocol and it now no longer works (and fails silently).
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