I need to set an anization-wide signature for mails in Outlook. I would like to use dynamic fields and include images. This is what I tried:
<html>
<h1>Test with Image</h1>
<img src=".jpg"></img>
<svg width="100" height="100" xmlns=";>
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
</svg>
Test %%FirstName%% %%LastName%% %%Phone%%
</html>
The image gets rendered correctly, but not the svg. Can you explain me why and how to fix?
Thank you.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744940078a4602267.html
评论列表(0条)