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:
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?