How to set Cron Jobs in your server?
When you finish the installation procedure, you need to set up cron jobs on your hosting.
*/2 * * * * wget -O /dev/null -q -t 1 http://yourwebsite.com/installation-folder/index.php?c=emailGenerator
*/2 * * * * wget -O /dev/null -q -t 1 http://yourwebsite.com/installation-folder/index.php?c=emailDelivery
5 * * * * wget -O /dev/null -q -t 1 http://yourwebsite.com/installation-folder/index.php?c=reportGenerator
Don't know how to add the cron jobs? Please See
http://www.hosting.com/support/plesk/crontab
or http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CronJobs
Post on Dec 22, 2011



