How to Get the pub/media URL in Email Templates in Magento 2

emailmagento2template

Can anyone help me how to include Pub/medial url in email templates in magento2.

Thanks

Best Answer

You should use below code:

<img src="{{media url=test/logo.svg}}" alt="" />
Related Topic