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 pesky CRLF's! fairly happy with it 
now. only seems
to crash on odd/less used email clients.

let me know how you go. and if anyone else wants to test it - go ahead - more the 
better - please
give bug reports if possible!

cheers
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.
> For text email, I swapped the "Content-Type" to "text/plain;
> charset="iso-8859-1"".  Fine, but multipart/alternative is much nicer.




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

Reply via email to