cancel
Showing results for 
Search instead for 
Did you mean: 

send transactional email from order

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();