|
php break or pause?
hey everyone,
I have a vert small mailing list of about 65 people. My server only allows 50 emails per minute. I was thinking to use the mySQL limit function pull only about 40 emails, and send the message to them, then after a minute pull the rest (15) and send emails to them. So is there a way to pause after i send the email to the first 40 so that the program will wait one minute before continuing to pull the rest of the emails?
Thanks a lot for your help
|