Search code examples
phpemailpear

PEAR's mail queue alternative?


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:

  1. Manage multiple smtp servers, each with their own per hour limit
  2. Send HTML emails
  3. Do all of this as fast as possible?

Any suggestions?


Solution

  • Have you looked at http://swiftmailer.org ?