Try this. You need to use the methods through the object of your order: $order-> getSendConfirmation(null); $order->sendNewOrderEmail();.
Email templates are not extension based. You can add new email templates for extension, for example when you want to send an email for a ...
$mailer->setSender( Mage::getStoreConfig(self::XML_PATH_EMAIL_IDENTITY, $storeId)); ...
We cover creating the module, the observer and the message template.
For your code you have to define email template in config.xml like below:
Magento 1.9 - Custom Module Extra Fees field not visible on back-end order total. I am this module for extra ...
ex. Magento 1.9 Order Email Custom : Useful Links. Related searches. magento 1.9 order email custom module · magento customer ...
For example, the template for the new order transactional email for the Sales module is located in < ...
Add Logo To Magento 1.9 Order Emails : Useful Links. Related searches. magento 1.9 order email custom · magento 1.9 order email custom module · magento ...
a plugin in Vendor/Module/Plugin/Order/Email/Container/EmailCode.php:.