Why do I get emails for cron jobs?

This is the default. If you would like to disable receiving emails when a cron job runs append the following to the end of your cron task:

>/dev/null 2>&1
  • 499 Users Found This Useful

Was this answer helpful?

Related Articles

Unable to view Ultrawebhosting.com from my foreign browser

We are an American company based out of Seattle, WA. Our website is written in English as a...

Set CORS header to Allow Access for any Incoming Domain

The following may be used to set to always set the CORS header for any incoming domains without...

How can I make search engine friendly urls with my app?

The best source is the support forums for the particular app. You can also check the following...

Why is the server load status red?

The server load status will be red if the server is under a little more stress than usual. This...

403 Error on POST

This can occur for several reasons: Be sure your file permissions are correct. If the file needs...