Skip to main content

CRON throwing errors due to email password change

Comments

3 comments

  • quietFinn
    The crontab job does not need or use any email password to send the emails, so that does not help. If you know how to do it add this the the crontab job command line: " > /dev/null 2>&1". i.e. something like this: 0 5 * * * /path/to/command > /dev/null 2>&1
    However if the crontab job is sending an error message it would be better to find out why the error occurs and fix it.
    0
  • therussian
    The crontab job does not need or use any email password to send the emails, so that does not help. If you know how to do it add this the the crontab job command line: " > /dev/null 2>&1". i.e. something like this: 0 5 * * * /path/to/command > /dev/null 2>&1
    However if the crontab job is sending an error message it would be better to find out why the error occurs and fix it.

    yes, I fixed that by resetting back the root email password to the original pass when the CRON was created.
    0
  • cPanelLauren
    To clarify, is your issue resolved now? If not, can you please check out the following guidelines for forums posts so that the community can provide you the best assistance possible?
    0

Please sign in to leave a comment.