I had never seen this before. You can easily change the email address that cron sends email to. Just set MAILTO in crontab. So:
crontab -e
(in the top of the file)
MAILTO=foobar@foo.bar
Linux / UNIX: Change Crontab Email Settings ( MAILTO )

I had never seen this before. You can easily change the email address that cron sends email to. Just set MAILTO in crontab. So:
crontab -e
(in the top of the file)
MAILTO=foobar@foo.bar
Linux / UNIX: Change Crontab Email Settings ( MAILTO )