I've seen a lot of threads relating to mass emails, but none are really related to my question so bare with me.
All shared servers limit the # of emails sent per x amount of minutes, as they should to keep load down. My question is, I've seen perl scripts (ie. dada mail) that do whats called batch emailing which esentially allows you to send a large amount of emails by splitting the mailing list into batches to lets say 5 per minute.
Can php do something like this? I have no idea how perl does this in the first place. In php, whenever you execute a shell command, doesn't it make you wait until it completes. So is it even possible to execute a shell command through php and leave it running as a background process or however those perl scripts are doing it.