email - magento new order send mail not work -
magento can send new user mail confirmation, newsletter subscription, invoice , shipment success can't send new order mail , send order email customer in admin panel.
in database core_email_queue full of not sent emails
also did:
sudo crontab -u www-data -e
and add:
* * * * * /bin/sh /home/salar/public_html/cron.sh
this aoe scheduler: http://i.stack.imgur.com/oiycw.png
as of magento 1.9, emails queued , sent via cron job. if haven't set up, can manually run pointing browser file, e.g. http://www.yoursite/cron.php . after run this, should receive emails
the extension aoe_scheduler can in confirming magento cronjob has been configured correctly , running.
Comments
Post a Comment