How to change crontab email setting ( MAILTO ) ?

This is quite easy, just add the MAILTO line to your crontab, preferable to the top, so config parameters stay visible no matter how many entries your crontab has:

MAILTO=example@example.com

 

If you want to stop cron from sending emails at all use this line:

MAILTO=""

 

You cannot comment on this entry