It's quite simple to send transactional emails within our custom code in magento. Below is the code snippet to send email. $templateId = 11; //its the transactional email template id $senderEmail = "no-reply@senderemail.com"; $senderName = Mage::app()->getStore()->getName(); $sender = array('name' => $senderName, 'email' => $senderEmail); ...
IT graduate and a professional web developer having specialization on magento, ci, opencart, wordpress