Hi, I have a script which send emails using mail() function. I have 100 email addresses and i set up the script to send 1 email every 10 seconds. So, it will take 1000 seconds to send all 100 emails. My question is: If I stop the script after,let's say 12 seconds, it will send only 1 email or all 100?I mean it is possible that the server to cache all emails and send them if i stop the script? I must say that the script is run through a web browser. Thanks in advance for your help !!!!