> Summary, I work at a company that has a large legacy application 
> with more than 15 years of development in Delphi, since 2000 with
> Delphi5.

For that reason we still do serious bug fixes to ICS v5 and v6, but can
not add new features.  

BTW, you don't need to use the IPV6 branch for secure HTML mail, you can
use older versions, use THtmlSmtpCli to prepare the mail as a stream or
file:

FQuHtmlSmtp.SendMode := smtpToStream ;
FQuHtmlSmtp.SendToFile (FileName) ;

and then use TSslSmtpCli to send the file or stream as OwnHeaders.

I do exactly this in my free 'Mail Queue Component' which sends email via
a queue, with retries over hours or days, to multiple servers.  

http://www.magsys.co.uk/delphi/magics.asp 

Angus

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