On Friday 24 May 2002 04:15, m u i n a r wrote:
> Hi Listees  ;)
>
> After several hours of googling and testing, I'm asking the list for some
> help with this PHP mail() question: How do you send email with images
> *embedded* in the message?

To find out how it was done, what I did was to use Outlook to send myself some 
html mail with embedded images then I examined the message source :)

> (I managed to send them embedded with real URLs so they are d'loaded when
> the message is viewed - but here we need to send the images together with
> the email)
>
> I'm using Content-Disposition: inline... though the images in the message
> itself are broken while attached at the bottom instead.
>
> Tried some combinations of <img src="cid:03.gif";> in the message and
> Content-ID: <03.gif> in the header - didn't work... what is it that I'm
> missing here?

First of all, have you tried viewing your mail using some other mail client? 
In my application the mail works fine when in Outlook, but viewed in KMail 
the result is "the images in the message itself are broken while attached at 
the bottom instead".

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Is your job running?  You'd better go catch it!
*/


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

Reply via email to