PDA

View Full Version : insert image in html based email message



OTWarrior
04-09-2008, 08:32 AM
I am currently trying to automatically generate an email in Access based on a HTML document, which has an image as a digital signature, but unfortunately outlook gives me a warning about security settings and activeX, so the image appears broken.

I have tried to embed the image directly into the html file with no luck.

The only idea I have left is to insert the image into the body of the email when the email loads.

Where do I start?