[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Re: Best way to send mail in ruby

martinus

12/22/2004 7:23:00 PM

Is there a possibility to send a mail to a server that allows only
secure TSL connections? For example, I would like to send mails to a
gmail account, but smtp.gmail.com requires a SETTSL command.

Martin

1 Answer

T. Onoma

12/22/2004 7:48:00 PM

0

On Wednesday 22 December 2004 02:27 pm, martinus wrote:
| Is there a possibility to send a mail to a server that allows only
| secure TSL connections? For example, I would like to send mails to a
| gmail account, but smtp.gmail.com requires a SETTSL command.

Sounds like it would be a nice addition to Net::SMTP.

T.