[PHP] Re: need class to send email w/attachments

2005-05-06 Thread Manuel Lemos
Hello, on 05/06/2005 01:44 PM Dave Bosky said the following: Any recommendations for PHP classes that will send email messages with attachments? This one is very popular and lets you send messages with attachments from local or remote files or from dynamically generated strings, with automatic

[PHP] Re: need class to send email w/attachments

2005-05-06 Thread Matthew Weier O'Phinney
* Dave Bosky [EMAIL PROTECTED]: Any recommendations for PHP classes that will send email messages with attachments? PEAR::Mail + PEAR::Mail_Mime -- Matthew Weier O'Phinney | WEBSITES: Webmaster and IT Specialist | http://www.garden.org National Gardening Association|

[PHP] Re: need class to send email w/attachments

2005-05-06 Thread Jon Aston
I have used PHPMailer. It is easy to use and works great. If you happen to be on a windows computer I did find that you may need to turn off the zend optimizer in your php.ini file. For some reason with the Zend turned on I was getting an error at the end of my script run but it had no affect