Hello. I have a script that monitors a website and sends an email if the site is down. My issue is, I want to just receive one email in the span of the 10 minutes the program is ran. So, essentially, the program is run every 10 minutes. Should the specified error occur, an email is sent. My...