Centos 7 How to fully disable cron email generation

Solution 1:

Add the following to /etc/sysconfig/crond and then restart crond. This will send the outputs to syslog instead of mail:

CRONDARGS="-s -m off"