Re: [PHP] mail() with images *embedded*

2002-05-24 Thread m u i n a r
At 06:05 24.05.02, you wrote: 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

Re: [PHP] mail() with images *embedded*

2002-05-24 Thread Jason Wong
On Friday 24 May 2002 14:09, m u i n a r wrote: At 06:05 24.05.02, you wrote: 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

Re: [PHP] mail() with images *embedded*

2002-05-24 Thread m u i n a r
At 08:44 24.05.02, you wrote: I used: img src='cid:piccy.jpg Which I think was what you had as well. Then in the mime parts: Content-Type: image/jpeg; name=piccy.jpg Content-Transfer-Encoding: base64 Content-ID: piccy.jpg Content-Disposition: inline; filename=piccy.jpg Thanks!

Re: [PHP] mail() with images *embedded*

2002-05-24 Thread Jason Wong
On Friday 24 May 2002 15:36, m u i n a r wrote: [snip] The encoding works, the message looks fine, just the images are not embedded but attached. Aaargh :( Like I said before it, what I had works on Outlook and not on KMail. As my client only uses Outlook and it worked I didn't do any

Re: [PHP] mail() with images *embedded*

2002-05-24 Thread m u i n a r
Outlook shows the images inline... *and* attaches them to the end of the email - is that standard? (It's a horror to work with Outlook and this kind of setup, so I can't really tell myself - brrr... ) Since Eudora doesn't display the inline images, though I tried all possible and impossible

Re: [PHP] mail() with images *embedded*

2002-05-24 Thread Jason Wong
On Friday 24 May 2002 17:24, m u i n a r wrote: Outlook shows the images inline... *and* attaches them to the end of the email - is that standard? Not with *my* code :) It only displays it inline (it's actually a table with a column for picture and some columns for description and other

Re: [PHP] mail() with images *embedded*

2002-05-24 Thread m u i n a r
Works! It was the order how headers and message were composed in the script. Now even my Eudora displays it fine. Now I'm gonna switch back to my old email settings... ;) Thanks for having time. Mike At 11:51 24.05.02, you wrote: Can I assume that Eudora /does/ show inline images given a

Re: [PHP] mail() with images *embedded*

2002-05-23 Thread Jason Wong
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