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.
... <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 outlook to embed images to emails by registry modification.
-
- Run regedit ( Start -> run -> regedit )
- Find this path in registry (x is a version of your outlook)
HKEY_CURRENT_USER\Software\Microsoft\Office\X.0\Outlook\Options\
- Create key Mail if it does not exist so the final path will be
HKEY_CURRENT_USER\Software\Microsoft\Office\X.0\Outlook\Options\Mail\
- Add new value DWORD(32-bit) with the exact name
Send Pictures With Document
-
Value data: 1 Base: Decimal
- Restart outlook
- Changes will be applied for the user who modified the registry