Re: [twsocket] How to embed images in themessagebodyusingSslSmtpClient?

2012-03-28 Thread Claudio PRV
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 > Claudio, > > It's possible to mak

Re: [twsocket] How to embed images in themessagebodyusingSslSmtpClient?

2012-03-28 Thread Arno Garrels
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 mai

Re: [twsocket] How to embed images in themessagebodyusingSslSmtpClient?

2012-03-28 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: >> StrictDelimiter is *not available in Delphi 7* > > Being unable to use any features added to Delphi in the last 10 years > is very restricted. Maybe we need to cease support for Delphi 7 and > 2005, and just leave 2007 which was the last to support