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

htaccess referral redirect

It is often useful to redirect a visitor to a page based on the referring website. There are...

How can I change the default page / document?

Create a .htaccess file, include the below information into it and upload it to the public_html...

Point my domain to my wix account

How can I point my domain name to my wix.com account?To set this up you will want to login to...

What perl modules are installed on the server?

You can get a complete list of the modules that are installed by going to the control panel and...

Creating a Form Button

Sometimes all you need is a simple button. The following pages are pretty useful tools for...