Look at Magento\Sales\Model\Order\Email\Sender\OrderSender . This is where you'll find the method to send the order confirmation for a given order.
try using $orderid = '000000003'; $objectManager = \Magento\Framework\App\ ObjectManager::getInstance(); $order ...
https://www.metagento.com/blog/magento- 2-send-email-programmatically.html.
Try repository for loading order. So your modified class looks like:
How to send an order confirmation email programmatically? · How to make the transactional email being sent asynchronously or synchronously? · How to ...
To send email confirmation on successful order payment, we need to tie Magento 2 observer with an event of ...
To send email confirmation on successful order payment, we need to tie Magento 2 observer with an event of ...
Source: How to Send Yourself a Copy of Order Confirmation Emails in Magento » […] January 18, 2016 at 11:51 pm. Reply. Jordan May 2, 2016.
2016-05-06; * https://mage2.pro/t/1543; * @param Order $order; * @return void; */; function df_order_send_email(Order $order) {; /** @var ...
This is where you'll find the method to send the order confirmation for a given order. community.magento.com. https://www. metagento.com/blog/magento-2- send- ...