You installed some cronjobs, you feel uncomfortable due to too many email alerts. How to disable them?
First, you need know Unix / Linux crontab file stored
Now, you download it for editing, (or you can use some editor like vi, nano…)
change line
MAILTO=tutorialspot@2gmail.com
to
MAILTO=""
save file and upload it (rewrite)
Final, you restart the crontab service
service crond restart