How can does not send Cron mail?
How can does not send Cron mail?
How can does not send Cron mail?
pic: http://awesomescreenshot.com/0382uxdn87
pic: http://awesomescreenshot.com/01431e8fe3
pic: http://awesomescreenshot.com/0382uxdn87
pic: http://awesomescreenshot.com/01431e8fe3
Re: How can does not send Cron mail?
You can delete this cron task or you can add this code at the end of cron command
for example:
Code: Select all
> /dev/null 2>&1
Code: Select all
http://example.com/cron/cron.php > /dev/null 2>&1
Re: How can does not send Cron mail?
Doing so will affect cron work?imperio wrote:You can delete this cron task or you can add this code at the end of cron commandfor example:Code: Select all
> /dev/null 2>&1
Code: Select all
http://example.com/cron/cron.php > /dev/null 2>&1
Re: How can does not send Cron mail?
not affectDoing so will affect cron work?
Re: How can does not send Cron mail?
thank youimperio wrote:not affectDoing so will affect cron work?
Re: How can does not send Cron mail?
After use this WHMCS not import mail.imperio wrote:You can delete this cron task or you can add this code at the end of cron commandfor example:Code: Select all
> /dev/null 2>&1
Code: Select all
http://example.com/cron/cron.php > /dev/null 2>&1
Re: How can does not send Cron mail?
Code: Select all
> /dev/null 2>&1
Re: How can does not send Cron mail?
fixed thank youimperio wrote:this code in end of your cron command disables reports to be sent to your emailCode: Select all
> /dev/null 2>&1
Re: How can does not send Cron mail?
viewtopic.php?f=12&t=5348imperio wrote:this code in end of your cron command disables reports to be sent to your emailCode: Select all
> /dev/null 2>&1