Dreamhost sends you an email by default every time you run a cron job. To turn this off, run
$ crontab -e
and add this line to the top of your cron file:
MAILTO=""
Dreamhost sends you an email by default every time you run a cron job. To turn this off, run
$ crontab -e
and add this line to the top of your cron file:
MAILTO=""