Magento – How to send diffrent order emails to admin and customer

email-templatesmagento-1.9salestransactional-mail

I would like to send different emails to both customer and admin. I have two email templates New Order and Admin Order.

And I am setting the template on System->Configuration->Sales->Sales Emails->Order

Here I can assign only one email template. I would like to send two email template to both customer and admin.

enter image description here

I want to send diffrent emails to both customer and support@example.com . How to achieve this ?

Best Answer

You can override Magento Sales module functionality to create a second email template and send it to admin using custom code.

Alternatively, if you are searching for a pre-made module, then have a look at this module.

I have used it for one of my clients and it works fine.

Related Topic