--- See Kok Boon <[EMAIL PROTECTED]> wrote:
> I want to send emails that have graphics, for example
> the pub logo. I know that there are 2 ways to do so
> (maybe there are more, pls enlighten me):
> 
> 1. use html email with
>    <img src="http://www.mydomain.com/logo.gif";>
> 
> 2. use MSWORD to insert the logo into the email.
>    MSWORD will then send the logo.gif as an
>    attachment and will ALSO use <img> tags.

I doubt anyone on this list is going to know what your
second method is, though I would guess that MS Word does
nothing special and does the same thing you mention in your
first method, except that it attaches the image to the
email rather than reference it via URL.

You can probably search the archives for more information
on sending HTML email as well as sending attachments, which
is all you are trying to do. I detest such email myself, so
I cannot offer any help.

Chris

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to