Stop cron emails

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=""



No Responses to “Stop cron emails”  

Leave a Reply