whatsup1011 Posted November 2, 2009 Share Posted November 2, 2009 What I am trying to do is this... I have a large user base, and would like to email them about a major change with my site. What's the best way to email all of them about this... There over 80k users on the site. I've been having trouble figuring out the best and time effective method. Thanks for the help! Quote Link to comment https://forums.phpfreaks.com/topic/179913-php-email-help/ Share on other sites More sharing options...
mikesta707 Posted November 2, 2009 Share Posted November 2, 2009 well, the only way I see you can do is to send an email for each person (IE select every row in the data base and get the email) or you can try sending to them all with 1 email, but regardless, you have to go through your entire table. I would suggest just trying to send 1 email, and just concatenating each email to the to: string (like, user1@email, user2@email). make sure if you do that that you adhere to the RFC standard. But even if you do that, your mail server is still going to have to send 80k+ emails. Quote Link to comment https://forums.phpfreaks.com/topic/179913-php-email-help/#findComment-949105 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.