This should fix the EReadError with message 'Error reading 
HtmlSmtpCli.TimeOut:Property TimeOut does not exist'.

Search the following lines in OverbyteIcsSmtpProt.pas:

{$IFDEF USE_SSL}
    THtmlSmtpCli = class(TCustomSslSmtpCli)
{$ELSE}
    THtmlSmtpCli = class(TSmtpCli)
{$ENDIF USE_SSL}

Change :

{$IFDEF USE_SSL}
    THtmlSmtpCli = class(TCustomSslSmtpCli)
{$ELSE}
    THtmlSmtpCli = class(TSyncSmtpCli) <== change
{$ENDIF USE_SSL}

Please let us know if it works for you.

-- 
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

Reply via email to