4

I have the following problem with Lotus Notes email HTML signatures with image. The code for HTML signature is this:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <title>signature</title>
    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
 </head>
 <body>

<!--Signature itself-->
<div id="outer">
 <div id="header">
  [Name FamilyName] | [Title]
 </div>
 <div id="padding"></div>
 <div id="left">
  Line1<br>
  Line2<br>
  Line3<br>
 </div>
 <div id="right">
  <img src="file:///LocalPathToImage.png" style="padding-left:10px">
 </div>
</div>
</body>
</html>

When actually sending an email with HTML signature with image, image is shown on my computer (sender's email) and not shown on the receiver's computer. However, on the same receiver's computer, when other person sends an email with different HTML signature with different image, receiver can see the image!

I tried with image being stored on the network drive, and also on the Internet. Any ideas how to make sure image is seen on receiver's side?

Follow-up: Tried with embedding URI of the image, but now I don't see image in HTML signature even on my side, though in browser image is displayed.

I have also tried an image hosted in the Internet, it was not displayed on my side either.

I can see that images being part of HTML signature and being properly displayed are possible (received such emails), I just don't know which settings I should have.

aza07
  • 41

0 Answers0