Magento – Order confirmation email sent multiple time – same order confirmation sent to all – unable to stop sending

email

I am using Magento Enterprise 1.9.1.0.

After creating two client account to run tests, I placed two order, one for each client.
An order confirmation for the first order is sent to both client 61 times per hour since then.
I tried removing all mention of the sending sales@ email address from the configuration panel and disabling email sending from config. Both the server and the template support indicate that it stems from a bug in Magento.

How can I :
1. Stop the flow of email
2. Ensure proper functioning of automated order confirmation sending

Best Answer

This issue could be related to the new Magento Email Queue system, that leaves orphan records on the Recipients table.

If this is your issue, I've sent a fix on this post: https://magento.stackexchange.com/a/87299/23057