May be this functionality already provided by the Magento 2. Please Follow Below steps for that. Stores -> Configuration -> Sales -> Sales ...
See Migrating custom email templates for more information.
I have created module and wrote one an observer on "order_place_after", here i want to send the same order email copy to my custom email ...
Send Order Email Copy To, Store View, Provides the email ...
You can add a bcc in the code where you send the email:
In this post, we have covered how to send an order email to a custom email address in Magento 2. To achieve this, you just have to follow a couple of steps ...
You can set this in admin under,. store->configuration->sales->sales emails-> order. In Send Order Email Copy To input field insert multiple ...
" Send Order Email Copy Method" set to "Separate Email", Magento
You can choose a custom email template in the New Order Confirmation
... Email to CC Address · php magento magento2. I want to send order shipment and all other emails related to Order to CC Email Address defined in Customer custom attribute. I have override a \Magento\Sales\Model\Order\Email\ SenderBuilder namespace MyCompany\Customization\Model\Order\Email; ...