Hi Arno,

  Thanks from your help, this workaround works fine for me, now I have a
component to send email that works fine in all windows versions.

  Thanks to Angus too, I'm very happy from yours support.

Cláudio.
Long life to Delphi.

2012/3/28 Arno Garrels <arno.garr...@gmx.de>

> Claudio,
>
> It's possible to make one custom change in SmtpProt.pas:
>
> {$IFDEF USE_SSL}
>    THtmlSmtpCli = class(TSslSmtpCli)
> {$ELSE}
>    THtmlSmtpCli = class(TSmtpCli)
> {$ENDIF}
>
> It's just a workaround however should work well.
>
> --
> Arno
>
>
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to