Knowledgebase: Additional Modules
How do I change the time of day auto notifies are sent from Saved Searches (AutoNotify) module ? I need them to be sent around midnight
Posted by - NA - on 25 May 2005 05:23 PM

Emails are sent at the time when cron job is executed.
You can disable built-in Cron Job execution
in Admin Area -> Application Setup -> Advanced Setup
and setup cron job manually at the desired time of day using one of the following commands (it depends on what you have installed at your server - wget, curl or lynx) :

wget -q -O - http://www.yourdomain.com/cron/cl_cron.php >/dev/null
curl -s http://www.yourdomain.com/cron/cl_cron.php >/dev/null
lynx http://www.yourdomain.com/cron/cl_cron.php >/dev/null

Comments (0)
Help Desk Software by Kayako Fusion