Programmatically speaking, what would be a simple and straightforward way of spacing out the sending of bulk email while avoiding a PHP timeout? This is for contacting a few thousand members belonging to a site.
P.S: Thinking along the terms of splitting up sends into N numbers of email addresses and having a script somehow call itself.