cancel
Showing results for 
Search instead for 
Did you mean: 

send transactional email from order

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

send transactional email from order

Hello,

 

Is it possible to get an order by id and send the new order email?

something like this...

 

$order = Mage::getModel('sales/order')->loadByIncrementId($order_id);
$order->getSendConfirmation(null);
$order->sendNewOrderEmail();