Re: [PHP] Probs with MIME multipart/alternative generated with PEAR mime.php

2002-06-03 Thread Henry
mike, you could check out my example. it's a form in flash that sends multipart/alternative email. you should get a html formatted reply, plain text for those guys and a zip attachment with the source file. goto: http://www.bigjolt.com/mime/ i had a lot of trouble getting it to work. those pes

Re: [PHP] Probs with MIME multipart/alternative generated with PEAR mime.php

2002-06-03 Thread mike
Henry, Thanks for the reply. I tryed tweaking the pearMime.php class to handle correctly with no luck. As a temporary solution, I didtched the Mime.php class and just simpley added my own headers. $hdrs = array( 'MIME-Version' => "1.0", 'From' => $list_s

Re: [PHP] Probs with MIME multipart/alternative generated with PEAR mime.php

2002-06-03 Thread Henry
i've been doing a bit of mime lately. not with pear but with my own scripts. just a suggestion - does it matter that you have the From below the Mime-Version? and also allowed another CRLF after the first boundary. those CRLF's are a killer! btw - i find outlook some help because it bolds the h