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
