Quote Originally Posted by karlmay
FYI, if you put your email address, you need to know that it will spam your email box, in 2 days i had almost 800 emails from the cron job :roll:
*/5 * * * * /usr/bin/php -q /path/to/cron.php > /dev/null &

The last part > /dev/null & will disable any email.

If you removed that part, it will send you one email for every 5 minutes.