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