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:

  1. new module emailtemplate
  2. database table name emailtemplate
  3. .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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -