VBA and Html email (1 Viewer)

mihabaki

Registered User.
Local time
Today, 05:19
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
 

DCrake

Remembered
Local time
Today, 04:19
Joined
Jun 8, 2005
Messages
8,632
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
 

mihabaki

Registered User.
Local time
Today, 05:19
Joined
Jul 14, 2005
Messages
48
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
 

tranchemontaigne

Registered User.
Local time
Yesterday, 20:19
Joined
Aug 12, 2008
Messages
203
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:

Simon_MT

Registered User.
Local time
Today, 04:19
Joined
Feb 26, 2007
Messages
2,177
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

Top Bottom