Disabling Cron Emails
-
- Posts: 2
- Joined: Thu Jan 22, 2015 10:01 pm
Disabling Cron Emails
Hello,
I turned off cron email notifications, however I am still receiving them. I have tried rebooting the system to no avail. For reference, this is occuring only through the WHMCS pop cron script, and I am using CentOS 6.
Thank you for your suggestions!
I turned off cron email notifications, however I am still receiving them. I have tried rebooting the system to no avail. For reference, this is occuring only through the WHMCS pop cron script, and I am using CentOS 6.
Thank you for your suggestions!
-
- Posts: 2
- Joined: Thu Jan 22, 2015 10:01 pm
Re: Disabling Cron Emails
I was able to fix this myself by adding " >> /dev/null 2>&1" to the end of the cron command. Hopefully this can help anyone else who might be experiencing the same issue.