I need some help regarding showing images in XSLT file as an email template.
I am using umbraco contour to send a contact form, and I am using xslt file as the email template. Now I want to show the company logo at the bottom. The image is just stored in the images folder, which means that I don't need to retrieve the image from Umbraco.Media etc...
I think you issue is that you need to have the full url to the logo that you use in the email template. So try use this and see if it will work for you.
Images in XSLT file email template not showing
Hi,
I need some help regarding showing images in XSLT file as an email template.
I am using umbraco contour to send a contact form, and I am using xslt file as the email template. Now I want to show the company logo at the bottom. The image is just stored in the images folder, which means that I don't need to retrieve the image from Umbraco.Media etc...
I am just using this:
But the image link is not being rendered correctly in email. For example, in hotmail.com, the image becomes as follows in the email:
Does anybody knows how to render an image properly, please, using xslt file as an email template?
Thank you very much, in advance.
Kind Regards
Hi Simon,
I think you issue is that you need to have the full url to the logo that you use in the email template. So try use this and see if it will work for you.
Perhaps this could be done in a nicer way, but I think it will work for you.
Hope this helps,
/Dennis
Thank you Dennis
Cheers
is working on a reply...