To disable email from cronjob, add
>/dev/null 2>&1
to end of the script. This will redirect all messages to /dev/null.