[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: ruby smtp and gmail

Shi, Jue

5/13/2005 6:48:00 PM


Shalev,

Could you please post your code? I'd like to access the gmail directly
instead of using freepops as I am doing now.

Thanks,
JueS


-----Original Message-----
From: Shalev NessAiver [mailto:shalev@simplyphysics.com]
Sent: Friday, May 13, 2005 11:12 AM
To: ruby-talk@ruby-lang.org
Subject: Re: ruby smtp and gmail


On May 12, 2005, at 9:15 PM, Bill Guindon wrote:

> On 5/12/05, ruby talk <rubytalk@gmail.com> wrote:
>>
>> any one find a fix for this or a work around? Am i doing it wrong?
>> will it work with other smtp servers? I only have gmail to work with.
>> BEcker
>>
>
> I'm betting it's Gmail's ssl requirement. More here...
> http://www.google.com/search?q=gmail+use+secure+conn...
>
> --
> Bill Guindon (aka aGorilla)


I actually hacked up something a while ago that allows me to connect to
gmail.
Basically, I overrode the base socket to use SSL (or something like
that). Let me
know if you want me to dig up the code.

-Shalev