Closed sklyarov-ivan closed 10 years ago
add Cronjob
/1 * * \ cd /var/www/bbm/app && Console/cake ChangeState result_send_mail_author '%host%'
will send message 1 per hour for example %host% = http://192.168.33.10
/5 * * * \ cd /var/www/bbm/app && Console/cake ChangeState result_send_mail_author '%host%'
for example %host% = http://192.168.33.10
Exsample. Thank you.
add Cronjob
will send message 1 per hour for example %host% = http://192.168.33.10