deleted script keeps running

前端 未结 2 1157
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-22 05:41

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

2条回答
  •  温柔的废话
    2020-12-22 06:19

    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 =)

提交回复
热议问题