如何每周发送100,000封电子邮件? [关闭]

How can one send an email to 100,000 users on a weekly basis in PHP? This includes mail to subscribers using the following providers:

  • AOL
  • G-Mail
  • Hotmail
  • Yahoo

It is important that all e-mail actually be delivered, to the extent that it is possible. Obviously, just sending the mail conventionally would do nothing but create problems.

Is there a library for PHP that makes this simpler?