https://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/
MAILTO="vivek@nixcraft.in"
@midnight /root/scripts/backup-servers
10 20 * * sun /bin/php-cli /wwwroot/apps/cleanup.php
#
# We can switch email alert too
#
MAILTO="sysadmin.it@domain-name-here"
@daily /root/scripts/push-backup-host.sh
MAILTO="storage.admin@domain-name-here"
* 10 * * * /root/scripts/check-hardware-raid-array-health.pl
#
# Disable email alert for rest of jobs
#
MAILTO=""
5 0 * * * /scripts/bin/daily.sh >> /tmp/daily.shoutput.txt 2>&1