What’s the best solution to send an email to 5.000 guys with PHP?
is a simple Loop enough? should i split them and add a cron every 5 minutes?
Thanks for suggestions!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need a bulk mail system, basically it works processing a queue. A simple Loop will take a long time consuming, perheps the host think it is a kind of spam and close the connection. Take a look at bulk mail system there are a plenty of in the market, even good open source programs.