I'm looking for a good mass mailing library for PHP. Everything seems to point to Pear's mail_queue, but I was wondering if there are any alternatives? I need something that can:
- Manage multiple smtp servers, each with their own per hour limit
- Send HTML emails
- Do all of this as fast as possible?
Any suggestions?