If you don’t want the cron mail for one cronjob you’ve to use the /dev/null redirection in the crontab entry:
*/10 * * * * /sbin/yourcommand -options > /dev/null 2>&1
If you don’t want the cron mail for one cronjob you’ve to use the /dev/null redirection in the crontab entry:
*/10 * * * * /sbin/yourcommand -options > /dev/null 2>&1