PHP: How can I send bulk/mass mail with Amazon Web Services?

418 views Asked by At

We want to use SES for sending Bulk email from our PHP mailing application. AWS sets a limit for sending 14 emails per second. Now I can build a script which posts a query  every second but it’s not really stable. Is there a combination available between Simple Queing Server and SES. So I can post the Email at once (example: HTML mail send to 10000 adresses) and AWS Processes every email.

0

There are 0 answers