Disable the E-mail alert by the cronjob commands
September 26, 2008 – 11:02 by Tom Van den BergTo prevent the sending of errors and output, add any one of the following at the end of the line for each cron job to redirect output to /dev/null.
>/dev/null 2>&1. OR &> /dev/null