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?
(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? Thanks a lot Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php