Page 1 of 1
How can does not send Cron mail?
Posted: Wed Jun 25, 2014 6:30 am
by kudouyuzi
Re: How can does not send Cron mail?
Posted: Wed Jun 25, 2014 7:30 pm
by imperio
You can delete this cron task or you can add this code at the end of cron command
for example:
Code: Select all
http://example.com/cron/cron.php > /dev/null 2>&1
Re: How can does not send Cron mail?
Posted: Thu Jun 26, 2014 8:58 am
by kudouyuzi
imperio wrote:You can delete this cron task or you can add this code at the end of cron command
for example:
Code: Select all
http://example.com/cron/cron.php > /dev/null 2>&1
Doing so will affect cron work?
Re: How can does not send Cron mail?
Posted: Thu Jun 26, 2014 9:04 am
by imperio
Doing so will affect cron work?
not affect
Re: How can does not send Cron mail?
Posted: Thu Jun 26, 2014 9:12 am
by kudouyuzi
imperio wrote:Doing so will affect cron work?
not affect
thank you
Re: How can does not send Cron mail?
Posted: Thu Jun 26, 2014 3:34 pm
by kudouyuzi
imperio wrote:You can delete this cron task or you can add this code at the end of cron command
for example:
Code: Select all
http://example.com/cron/cron.php > /dev/null 2>&1
After use this WHMCS not import mail.
Re: How can does not send Cron mail?
Posted: Thu Jun 26, 2014 3:50 pm
by imperio
this code in end of your cron command disables reports to be sent to your email
Re: How can does not send Cron mail?
Posted: Thu Jun 26, 2014 4:21 pm
by kudouyuzi
imperio wrote:
this code in end of your cron command disables reports to be sent to your email
fixed thank you
Re: How can does not send Cron mail?
Posted: Sat Jun 28, 2014 10:01 pm
by kudouyuzi
imperio wrote:
this code in end of your cron command disables reports to be sent to your email
viewtopic.php?f=12&t=5348