Hi,
I've been using the MIME class from this site and I can send mail and add small attachments successfully! However, when my attachment is greater than about 2780 bytes, (resulting in an email around 4000 bytes), I get a "Failed to send" error from the mail function call within send_mail(). If the attachement is greater than 2790 bytes, I get a Windows 2000 dialog - "php.exe has generated errors and will be closed by windows". Otherwise, it works for attachments smaller than 2780 bytes.
I have been using php for a while now and this is the first time I have run into a situation where php actually crashes. I'm using php 4.2.1 under Windows 2000.
Has anyone run into this?
Thanks,
DAn