VBA and Html email

mihabaki

Registered User.
Local time
Today, 09:26
Joined
Jul 14, 2005
Messages
48
Hello!

I use CDO (schemas.microsoft.com/cdo) to send bulk e-mail from Access 2003.

E-mail is in html format and I'm having problem with embedding images:

"....
<v:imagedata src="datoteke/image001.jpg" o:title="Logotip-KRIK-nov"/>
</v:shape><![endif]--><![if !vml]><img border=0 width=184 height=81
src="datoteke/image002.jpg" v:shapes="_x0000_i1025"><![endif]><o:p></o:p></span></a></p>
..."

Everything is OK at the recipients' side, except for the images. They do not get/see them in the message.

In what way should I code <image data src= > for the images to display properly at recepients??

Thank you in advance!

Miha
 
From what I remember about sending images in emails is that you also have to send the image as well as an attachment of some sort and get the email to refer to them locally. I know because I used to get invoices with images on and the logo could be found on my machine.

David
 
It's not a problem to add all the images in the attachment, but I do not know how to reference them (locally) in html code <image src...> ???

Miha
 
I don't have any messages handy, but you might want to take a look at the HTML source for the next Amazon.com type e-mail you receive to review the HTML tag syntax used to link to picture files stored on a remote server.
________
FORD P PLATFORM
 
Last edited:
If you are going to use images they should be published on the web and explicitly declared and the use will work.

Simon
 

Users who are viewing this thread

Back
Top Bottom