I have a script that sends a large number of emails at once...problem is, it frequently either overloads the server, or times out. So, what I want to do is this:
if (!mail(mail command here))
// wait 10 seconds
Is there any command that "pauses" the script?