Hi guys
I am using linux shared package from 1and1. After reading about setting up cronjobs, this is what I did.
Went to the sugarcrm scheduler link and found the following link:
To Setup Crontab
Add this line to your crontab:
* * * * * cd /homepages/43/d265924539/htdocs/sugarcrm; php -f cron.php > /dev/null 2>&1
so i created a cronjob like this using ssh with 1and1
* * * * * cd /homepages/43/d265924539/htdocs/sugarcrm; php -f cron.php > /dev/null 2>&1
ater that went to the scheduler link in sugarcrm and created a new scheduler with : function::runMassEmailCampaign
Interval As often as possible.
After doing all this still my campaign emails are not getting through on the specified time, it doesnt even try to send them.
Am i missing something here, please help
Thanks


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks