Question

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

Était-ce utile?

La solution

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'}}" />
Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top