magento order confirmation email being sent to boss instead of customer service

600 Views Asked by At

One of my clients is very annoyed that he is getting all the reply emails from customers that replied to an order invoice sent to their email. I have done a mass search of his email in all of the tables in the database and also do not see it in any of the transactional email templates. Any idea of where else I can find this variable!?

I see $mailer->setSender(Mage::getStoreConfig(self::XML_PATH_EMAIL_IDENTITY, $storeId)); in the function that post refers to. Where do I find this xml_path_email_identity file?

1

There are 1 best solutions below

1
On

I guess he on some sort sort of mailing list, whch receives this email.

If you let him forward such an email to you, you might see the original sent to address in the mail header.

Furthermore the target email address can either be in core_config_data or in the code (depending on implementation). If it is in core_config_data, it should be changeable by the magento backend interface.