xml - How to use custom email template while sending mail in magento -
i new using magento, problem have create custom email template different kinds of email formats , these email formats should editable user admin site want send email using these custom email template.
so, have created:
- new module emailtemplate
- database table name emailtemplate
- .phtml file in template folder
it's working fine, can see template ui running module.
want use template while sending email.
i tried using <block type>
, created observer same it's not working. please suggest me way solve same.
Comments
Post a Comment