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 'cor

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 inf

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 sett

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 fur

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: > > cid:01.jpg\"; width=\"600\" height=\"75\"> ... after the html I have: $file = "01.jpg"; $path = "/usr/www/users/muinar/rtj/i/newsletter-title.jpg"; $fp = fopen( $path,"r" ); $attachment = fread( $fp,filesize( $path

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

2002-05-23 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 em

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

2002-05-23 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 ou

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 Ou