I use PHP mail() function to attach file in the mail with MIME formate.
But, not all mail user agent support MIME.
How can I use PHP mail() function to support MIME and uuencode at the same time?
Thanks!
i'm not sure about this. but I know it do work in linux and unix.
I think you want the imap_binary function. However, to use it, you have to recompile php :-( too bad.