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
  • 501 Users Found This Useful

Was this answer helpful?

Related Articles

How do I submit my site to search engines?

Submit your website to popular search engines to increase your webite's exposure and visitor...

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...

Creating and Submitting a Google Sitemap

Creating a Google sitemap can be easy and beneficial. By using one, you are pushing a full list...

Do you support TeamSpeak?

We do not support Teamspeak on our servers but allow you to create a subdomain such as...

How do I parse html files as shtml?

Create an .htaccess file in the directory needed and add the following: AddHandler...