I have created a google script that should have sent me an email, instead it is now sending me emails continiously.
There was an infinite loop in the script and I co
How was your script invoked - through the script editor or through a trigger ? In either case, the script will time out after about 5 minutes. If it was run through a trigger, then deleting the trigger should stop the mails from coming
The script eventually stopped after sending me 1500 emails. I think that is a daily limit of some kind for my business.
Lessons I have learnt from this are: always check your loops and never ever use your own e-mailadres =)