Re: [twsocket] TSmtpCli + TLS + SSL Support

2009-01-12 Thread luciano digivoice
Thank's for your support, after this everythink is ok, I sent mails using my gmail account with Implicit(port 465) and Explicit(port 25). Thank you for your support. On Tue, Jan 6, 2009 at 3:43 PM, Arno Garrels wrote: > luciano digivoice wrote: > > > I was reading the source code of 'OverbyteI

Re: [twsocket] TSmtpCli + TLS + SSL Support

2009-01-06 Thread Arno Garrels
luciano digivoice wrote: > I was reading the source code of 'OverbyteIcsSslMailSnd', but I don't > know the steps that I need to follow to send an e-mail using my gmail > account, There is nothing special with gmail accounts. Gmail provides both, Implicit and Explicit TLS. Implicit requires to

Re: [twsocket] TSmtpCli + TLS + SSL Support

2009-01-06 Thread luciano digivoice
Hi, first of all thank you so much. I was reading the source code of 'OverbyteIcsSslMailSnd', but I don't know the steps that I need to follow to send an e-mail using my gmail account, What I need to type in the 'text box' parameters, and I don't know the button steps that I need to follow. Could

Re: [twsocket] TSmtpCli + TLS + SSL Support

2009-01-05 Thread Arno Garrels
luciano digivoice wrote: > Hello All, > > after set USE_SSL at .inc file everything is OK, I tried to send an > email using tls support and OK. I have my GMail accont and I would > like to know if anyone has an example of a source code to help me. There's a demo application in sub folder SslInter

Re: [twsocket] TSmtpCli + TLS + SSL Support

2009-01-05 Thread luciano digivoice
Hello All, after set USE_SSL at .inc file everything is OK, I tried to send an email using tls support and OK. I have my GMail accont and I would like to know if anyone has an example of a source code to help me. What do I need to set on the TSslSmtpCli parameters? Thank you for your support. O

Re: [twsocket] TSmtpCli + TLS + SSL Support

2008-12-09 Thread Arno Garrels
luciano digivoice wrote: > Good morning List, > > I've been using the ICS version(since 2002), I use this components > only for send e-mails(TSmtpCli). Last week I got a problem using a > GMAIL account, the GMAIL needs a SSL Support, and now my e-mail > server needs a TLS support. How can I fix it