View Full Version : Email pictures


Xenix
11-23-2001, 02:32 AM
Hello, I want to send a quotation report with our companies logo on it via e-mail.

How can I attach the logo I see on the screen to my email quote?

BukHix
11-23-2001, 08:56 AM
Can you send and do your clients accept HTML mail? If so I think I can help you out. One more thing you may need is a webserver to hold the graphic, is that possible? I am not 100% sure on the last one though, you may be able to do it without this being an affirmative.

Xenix
11-26-2001, 03:55 AM
I guess our clients can accept HTML, I assume they all use Outlook. Yes I do have access to our domain server www.hondaconnectors.co.uk (http://www.hondaconnectors.co.uk) no page there at the moment http://www.access-programmers.co.uk/ubb/smile.gif (next project).
My logos are names bsi.bmp and honda.bmp

Many thanks
Mike

BukHix
11-26-2001, 08:01 AM
One more question, are all your clients on one network? Not that it matters a whole lot but it will make it easier. You can set Outlook to send your mail as HTML and then put your pictures in a folder on your server. I do this all the time and have a directory set up called mimages.

Then in your email you just use the URL to the images like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY>
<DIV>
<P>Place graphic here:</P>
<P><IMG height=297 src="http://www.server.com/mimages/drywaller2.jpg" width=388
border=0></P></DIV>
</BODY>
</HTML>