Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jul : indy 10 with gmail (ssl)
| Subject: | indy 10 with gmail (ssl) |
| Posted by: | "Marcelo" (mcgal-n-o-s-p-a-m-ig.com.br) |
| Date: | Wed, 19 Jul 2006 13:57:58 |
hi,
how i setup indy 10 with ssl ?
when i used indy 9 my code worked without problem to send using gmail..
but now with indy 10 i cannot send any email using gmail..
any tips ? or sample ? need help..tks
=================
if chkboxSSL.checked then
begin
idSMTP.IOHandler := TIdSSLIOHandlerSocket;
idSMTP.Port := strtoint(edPortaSSL.text);
end
=================
the design properities
================
object IdSSLHandler: TIdSSLIOHandlerSocket
SSLOptions.Method = sslvSSLv2
SSLOptions.Mode = sslmUnassigned
SSLOptions.VerifyMode = []
SSLOptions.VerifyDepth = 0
Left = 504
Top = 400
end