tags:

views:

232

answers:

1

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?

+2  A: 

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

FractalizeR