I'm lost since the update I made. I've updated from 2 to 3.0.11. I read the forum and the documentation, and come out this new cron job on hostmonster:
- Code: Select all
php /home8/ACCOUNT/public_html/mailinglist/lists/admin/index.php -p processqueue -c login=xxx password=xxx /home8/ACCOUNT/public_html/mailinglist/lists/config/config.php > /home8/ACCOUNT/public_html/mailinglist/lists/admin/logqueue.txt
but nothing happend...
I've also try this one:
- Code: Select all
USER=xxx; export USER; php /home8/ACCOUNT/public_html/mailinglist/lists/admin/index.php -pprocessqueue -c /home8/ACCOUNT/public_html/mailinglist/lists/config/config.php > /home8/ACCOUNT/public_html/mailinglist/lists/admin/logqueue.txt
same result. I've no error in the logqueue.txt, just a standard html output, but no mail was sent.
What I am doing wrong?
I can send test email, and the cron was working before the update. A lot of thx for your help.
Regards,
Dom