Problem with cron for sending

Loïc

New Member
Hello,

Thanks for MailWizz it's a very good job !

I have a problem with my cron job.
I have edited my cron with putty : crontab -e
* * * * * /usr/bin/php -q /homepages/30/d298065053/htdocs/ObjectifEmailing/apps/console/console.php send-campaigns >/dev/null 2>&1
*/2 * * * * /usr/bin/php -q /homepages/30/d298065053/htdocs/ObjectifEmailing/apps/console/console.php send-transactional-emails >/dev/null 2>&1
*/10 * * * * /usr/bin/php -q /homepages/30/d298065053/htdocs/ObjectifEmailing/apps/console/console.php bounce-handler >/dev/null 2>&1
/20 * * * * /usr/bin/php -q /homepages/30/d298065053/htdocs/ObjectifEmailing/apps/console/console.php feedback-loop-handler >/dev/null 2>&1
*/3 * * * * /usr/bin/php -q /homepages/30/d298065053/htdocs/ObjectifEmailing/apps/console/console.php process-delivery-and-bounce-log >/dev/null 2>&1
0 * * * * /usr/bin/php -q /homepages/30/d298065053/htdocs/ObjectifEmailing/apps/console/console.php hourly >/dev/null 2>&1
0 0 * * * /usr/bin/php -q /homepages/30/d298065053/htdocs/ObjectifEmailing/apps/console/console.php daily >/dev/null 2>&1


All my cron are listed as success in cron history :
cron.png


But my sending process doesn't works :
sending.png


My smtp test is ok.

My host is 1and1

Someone could help me?

Thanks again
 
Back
Top