Hi Guys,
i have a problem to send order confirmation mails. core_email_queue_recipients and core_email_queue are OK with good datas. No error log in exception.log, system.log.
When the scheduler is running, no mail sending but when i select cronjob "core_email_queue_send_all" and execute by "run now", order confirmation mail is sending.
Everything happens as if the cronjob was not executed by the scheduler
Thanks for your help
Solved! Go to Solution.
I found the problem due to a previous developper which renamed shell directory to shell_modif.
, and scheducler_cron.sh needs this directory to work fine.
Thanks