Cron no longer sends email upon completion

I checked my cron log file and I keep seeing this each time the cron runs:

May 27 19:06:01 server CROND[4379]: (recordau) CMD (php /home/recordau/public_html/tools/cronEmail.php)
May 27 19:06:01 server CROND[4380]: (root) CMD (/usr/sec/bin/clean_techproxy)
May 27 19:06:01 server CROND[4378]: (recordau) MAIL (mailed 5078 bytes of output but got status 0x0001#012)

Does anyone know what this particular part means?

MAIL (mailed 5078 bytes of output but got status 0x0001#012)

Thanks!

Has there been any change to the version of PHP that’s being run by the server around the time the emails stopped sending?

Yes. I upgraded from 5.4 to 5.6. This negatively affects crons? How do I fix this?

Thanks for your help!

You didn’t test locally first?

Apparently I tested everything except for the ability for cron jobs to send a confirmation email once they are done running.

Any suggestions oddz on how to fix what is going on?

Hey

You need to check if you can send mail from the console using sendmail
If you upgrading your local PHP version before you need to check your script first.

Try running ‘php /home/recordau/public_html/tools/cronEmail.php’ in your console and look into the output.
You can find the possible reason of the issue.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.