Currently i have a client that wants to send numerous amounts of emails (10,000+) to their clients.. How is this possible?? Any help or advise would be appreciated..
Thanks :)
You can create a Mail Queue, look at for mail queues at PEAR packages, although mail servers limit how many mails you can send per hour/minute/day.
I assume that your problem is that the script is timing out after a certain amount of time. Couple of things you can do: