We have an email list with 10,000 people and are trying to use the mail fuinction in a while loop with the following:
$result_envoi=mail($ligne_news["email"],$sujet,stripslashes($texte_total),$headers);
to send our newsletter, the first 60 messages get sent ok, then a number of blank messages (0 to 300 random) then a couple of good ones again then some more blank ones.
Is there a problem with the number of emails beind processed, can we use mail foir bulk email shoud we add some functions to slow the process... any suggestions?