Forum Moderators: coopster
My client has a website that offers a newsletter to readers. They signup for the newsletter and I store their e-mail into a SQL database. I want to enable my client to use the data in that database to send an e-mail to these ppl through a page on their site. ...
I guess the real question is, would it be ok to do something like,
FOR each EMAIL in DATABASE
mail($to,$subject,$body,$headers);
Or is that too intensive on the server?...I don't expect more than a thousand people to ever sign up for this thing. Thanks in advance!
Good luck!