What PHP tools are used to send mail to 100,000 users?
Reply content:
What PHP tools are used to send mail to 100,000 users?
Use third-party services such as Amazon SES, mailgun, and domestic Sendcloud
Recommended for the Amazon SES service, compared to the force, before the CLI mode of PHP sent, 1 seconds 5, fully meet your needs, but note that the efficiency of the mail must be high, otherwise it will be pulled black.
This outsourcing to the company specifically to do this kind of business, and make it easy to get blocked IP
http://segmentfault.com/a/1190000000340133
These paid services are sure to be used, and the server will be blocked if you want to use Message Queuing MQ.
It has nothing to do with PHP tools.
If the third party is duly completed, you can try the SAE email service.
Amazon. I feel good, too. can also own
Use an SMTP server to send.
You can also use PHP to send. 100 calls to sleep per send
And then he went on sending. However, the load on the server can be very high. Try to send it at leisure.
It doesn't matter with PHP, the point is 100,000. Real-time is not high, the background from a number of PHP process cycle slowly run.