Edit:
Hi,
I saw that i could use an e-mail address for the cron jobs, so i will get a message if the cron job is sucessful.
I tried to use my hotmail.com email address, but i didn't receive any message in my inbox after 8 hours of waiting.
Does anybody know if we can use external email address like hotmail.com or yahoo.com?
Actually, the email should be sent only if
1) the cron job fails (cannot find PHP, cannot find your script, etc)
2) the program being run emits anything. Even a whitespace.
If you run a php script with
Code:
/usr/local/bin/php -q /home/filoujr/public_html/somefolder/mycronjob.php
the 'q' flag and the script does not echo anything (or have blank spaces outside of the <?php ?> tags), then no email will be sent.
And, yes, the system (at least on Chopin) does send emails to hotmail and hotmail lets them in.