This seems existing magento bug. Read through this - https://github.com/ magento/magento2/issues/23411. its fixed here on dev branch ...
In case you haven't figured this out or for future reference, Magento checks to see if the order email has already been sent or not and if it has, it returns out of the ...
add following line Top success page for sending mail direct $order = Mage::getModel('sales/ order'); $incrementId
First go to System > Configuration > Sales Emails and make sure that Enabled is set to Yes. After that look in core_email_queue table. If there ...
There are two separate sections that handle the Magento emails: Store Email Addresses define addresses for senders of mails sent by the system. (General ...
Issue is due to ambiguity of column so we need to apply filter with alias name php /** * Copyright © 2016 Magento. All rights reserved.
Your override file path is incorrect. You have to just override order_new.html file at below location.
Try a workarround: in CMS > SALES EMAILS Set Order > Sent Emails via seperate Mail (BCC is Buggy). Magento know this bug and will fix in 2.0.
Mage::app()->getLocale()->emulate($storeId); $SalesOrder = Mage::getModel(" sales/order")->load($requestParams['order_id']); $storeEmail = Mage:: ...
The !$redirectUrl conditions has a very big value, you should not delete it. The email confirmation must be sent when everything is ok with the ...