I am receiving email from daily running crontab which executes a php script. I want it to send me email if only it has errors or fails.
How to do that ?
Note: I am using cpanel to add cron job.
Thanks
I am receiving email from daily running crontab which executes a php script. I want it to send me email if only it has errors or fails.
How to do that ?
Note: I am using cpanel to add cron job.
Thanks
That will send all stdout to /dev/null and should only email you for anything in stderr