Outlook 2013/2016 embeded image in signature
What is a problem? Images in email signatures are visible when composing messages in 2016, but not visible when composing messages or opening emails in the recipients’ inboxes. So I analyze delivered email source code.
1 2 3 |
... <img width="400" height="120" id="_x0000_i1025" src="file:///C:/davidstein.cz/signatureimage.png" name="_x0000_i1025"></span> ... |
So the image is linked but not embedded. So it can not be displayed at recipient side. Solution You can force …