What you are doing with SSL connection? Remove additional lines. Right 
piece of code is:

>     smtp.AutoTLS := False;
>     smtp.FullSSL := True;
> 
>     smtp.Sock.SSL.SSLType := LT_SSLv3;
>     AddToLog(log, 'Logging into server: ' + sSmtpHost + ' on port: ' +
> IntToStr(iSmtpPort), False);
>     if not smtp.Login() then

Once you turn on FullSSL or AutoTLS, then all SSL code is managed by 
TSmtpSend class.


--
Lukas Gebauer.

E-mail: gebau...@mlp.cz
WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP 
Library



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to