Friday, February 12, 2016

Embedding Outlook 2013 signature images

Problem:

Images in signatures attached to emails in Outlook 2013 are visible when composing messages but not visible when opening emails in the recipients' inboxes.
364-1
Fig.1. A result of images not being embedded.
Checking email html body reveals that image was not embedded but linked:
src="file:///C:/Users/admin/AppData/Roaming/Microsoft/Signatures/Images/banner.png" name="_x0000_i1025">

Solution:

Microsoft changed the way Outlook works in terms of adding images to signatures. Images are not embedded but linked. Unfortunately, such images will not work unless the resource in which they are kept is a shared location. In most cases users keep signature images in local Outlook templates folders along with the signatures. Such folders are not shared by default. Also, when using CodeTwo Email Signatures images from signatures are stored in local templates folders.
You can enable signature images embedding by adding appropriate key to your Windows registry. Be aware that editing Windows registry may be risky operation - if performed improperly you can damage your operating system or lose your data. If you do not have previous experience in using Windows Registry Editor please seek help from professional IT staff. If you know what you are doing follow steps below to apply the suggested solution:
  1. Run Windows Registry Editor (start, run/search regedit.exe).
  2. Find the following path
HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Options\
  1. If it does not exist, add the below key:
Mail
  1. Add new value of this type:
DWORD (32-bit) Value
  1. Provide the below value name exactly as it is presented here:
Send Pictures With Document
  1. Modify the registry key setting it as presented below:
Value data: 1
Base: Decimal
364-2
Fig.2. Editing the Windows Registry.
  1. Restart your Windows.
  2. Changes will be applied for a user who modified the registry.

No comments:

Post a Comment