Re: [twsocket] Error in ICS component [fix]

2013-03-15 Thread Jean Alysson
Hi, excellent, this solution works very well ! Thanks for help Jean Alysson -Mensagem Original- From: Arno Garrels Sent: Friday, March 15, 2013 10:53 AM To: ICS support mailing Subject: Re: [twsocket] Error in ICS component [fix] This should fix the EReadError with message

Re: [twsocket] Error in ICS component [fix]

2013-03-15 Thread Arno Garrels
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