Hi jonathan,

Just to let you know, there is no image in
"an html email with an image -> <img src="cid:abc123";> "

in you last email replying to this same subject. Maybe you should check
again?

But thanks for you reply anyway. I got my answer at pear.php.net. also,
thanks to <Jason wards>

Cheers.

-----Original Message-----
From: Jonathan Sharp [mailto:[EMAIL PROTECTED]] 
Sent: Monday, December 16, 2002 10:04 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] how to send an MSWORD email?

search google for RFC HTML email, or look at phpmailer.sourceforge.net. 

It's roughly along the lines of: 

<Headers...>
Subject: My html email
Content-type: multipart/mime
Content-boundry(????): BOUNDRY-ABC

---BOUNDRY-ABC---
Content-type: text/html
...more headers...

Hello! This is an html email with an image -> <img src="cid:abc123";>


---BOUNDRY-ABC---
Content-type: image/jpeg
Content-id: abc123
Content-encoding: base64

BKJSDFIWEIJELFJSELIFJEL....


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

Reply via email to