magento Custom Email with html email template Last week ,i was working on magento custom email template where i have create a html template and send mail usingĀ Mage::getModel(‘core/email_template_mailer’); For implement Magento Custom Email with html template. Please follow the below steps: step1:first define html template at your config.xml using below code: <template> <email> <vendor_create_account_email_template …