Cron Jobs unable to deliver email error report
- by root
I am sure I have right syntax and I am still unable to receive report emails to my email address. My OS is CentOS 6.4.
My Crontab script is
MAILTO="[email protected]"
* * * * * /usr/bin/php5 /home/myusername/public_html/cron.php /post/find_submit_test/1/
Email address [email protected] is working fine and I tested sendmail from ssh which is too working fine but cron reports are unable to be delivered. I checked WHM for notification settings couldn't even find anything relevant there.
Please advice me how to fix this.
Thanks