0

I've been looking for core_email_queue and core_email_queue_recipients table for Magento 1.7. Both of them are not there.

The reason I am asking is, sometime Order confirmations send out twice to the same customer after order is placed. Two identical emails with order confirmation. It happens occasionally, and I cannot find out why the system does it.

Any ideas how I can check the log of all emails send in magento?

Nagaraju Kasa
5,9518 gold badges59 silver badges116 bronze badges
asked Apr 15, 2017 at 5:10

1 Answer 1

1

You search wrong way.core_email_queue and core_email_queue_recipients comes from Magento 1.9.x version. Before M 1.9.x, after order place email send immediately. So you should search any third party module is responsible or not for sending duplicate email.

[Update]

Got to app/code/core/Mage/Sales/Model/Order.php, sendNewOrderEmail method is fire after order place.

answered Apr 15, 2017 at 5:47
3
  • Thank you for clarification. Can you please advice where can I find a log of emails sent after order is placed? I am using sendmail function. Commented Apr 15, 2017 at 5:50
  • Check updated answer. Commented Apr 15, 2017 at 5:54
  • Oh got it, but where do the send logs stored on server in this case? var/log doesn't contain any mailing logs. Commented Apr 15, 2017 at 6:02

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.