Hi all, I hope you can help.
I have recently coded a bulk mailer for a client which has been tested on a small mailing list of my addresses and has been shown to work fine with a low number of addresses.
The script builds an array of email addresses then loops through them using a Mail Class to send the mails. The class should return a success count and an error count report on completion.
The system has recently been tried on my client's large (1500) mailing list and around 4 minutes into the process is returning a "Page cannot be displayed" DNS error in IE5.
Some mail was sent, but I can't see the stats because the script hasn't completed.
I have set_time_limit(216000) in my script and class just to make sure it's not PHP that is timing out.
Any ideas?