Hello,

On 02/23/2003 08:01 PM, Shawn McKenzie wrote:
I got this from the user contributed notes in the php.net manual.  It seems
to work fine most of the time, but Eudora and Pegasus users either get
mangled attachments or no attachments.

Can anyone see a problem (most files are zip, but sometimes tar.gz or sit) I
tried using Content-Type: application/zip with the same results.  I'm
thinking it is some issue with the headers, content-types, boundaries or
something.  Or maybe Pegasus/Eudora don't understand MIME or base64
(doubtful)???

It could be one of many bugs of the mail() function.


You may want to try this class for composing and sending MIME messages as it works around some of those bugs:

http://www.phpclasses.org/mimemessage

--

Regards,
Manuel Lemos


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



Reply via email to