Sunday, February 1, 2015

Disable email notification from cronjobs or crontab

First technique to disable ALL email notifications:

add this line on the very top of your crontab:

MAILTO=""


Second technique is to disable for individual task:

somecommand >/dev/null 2>&1



No comments:

Post a Comment