Phil,
You can probably use an activex DLL like Chillkat or MailBee.
For example with MailBee, you can embed your images with something like:
Email HTML source:
<img border="0" src="cid:yourpic">
In your code:
// init smtp object first, then
oSMTP:BodyFormat := 1 // HTML
oSmtp:AddAttachment(cLogoFile, NIL, "yourpic") // this embeds image
// then send
Jamal
"Phil bayard" wrote in message
news:4616078a-e0c4-4d1b...@googlegroups.com...