Hi Guys,
I have setup the send of an html email to a group of people coming from my database. I have this working fine.
Basically I run thorugh a recordset from a database and pull out an email. For each row result I have a mail($email, $subject, $body, $headers) which sends to that specific email address in that row and it just runs through until there are no rows left to loop through.
Currently I have this setup for about 20 records in my database, but was wondering if this would still be a good solution if I had around 10,000 records i my databse??
Would this amount cause issues in any way? If so is there a better solution to send mass html emails from a datase??
Cheers Bruce