I'm using mail() to send out emails from a contact list. However the contact list may have over 1000 contacts. How do I make php send out the emailers in batches? Example send out 200, pause for a few seconds then send out the next 200..
Is there a way to allow the user to close the browser, but the php script will still keep sending out the emailers until it has sent out every last one?
Thanks in advance!