Domanda

I have made some email templates, i am not much sure where i can add image files & use it in email templates ?

Is their is possible way to get it ?

Please let me know your thoughts on this.

Thankyou

È stato utile?

Soluzione

You can upload images at the module level or theme level inside the web/images folder and use the below code inside the email template for getting these images.

<img src="{{view url='Package_Modulename/images/customimg.png'}}" height="100" width="100" alt="{{trans 'Custom image'}}" />
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top