Let's say I have 200 users in my database and currently host on shared hosting. I want to send a newsletter to them and send only 10 emails every 5 minutes.
I'll send the newsletter using phpmailer. Questions..
- What is the good concept to send a newsletter using existing database without export it to 3rd party services?
- What is the key to make sure script will not send duplicate newsletter in same time?
- What is the good practice to achieve my goal.
Let me know