Hi
I am having trouble with my magento. After succing with a purchase, three (3) email-confirmations are sent both to the cunsumer and my self. Can not figure our why. Only the first email, email Confirmation in the Sales Email configuration, is active.
An easy way of finding out where this is comming from is loggin a backtrace in the queueNewOrderEmail or sendNewOrderEmail depending on your Magento version, in the order model you can use the following code:
Mage::log(mageDebugBacktrace(true));
You will see from where the code is called from in the system log.