-1

I have prepared an HTML for emailing out some information about a product I am working on. It has a few a images pointing to our webservers, even though I added our domain as trusted, when I try to view the email in Outlook 2013, it displays this message:

Outlook image warning

I get these emails all the time from other people and the message usually says, click to view images, and then the HTML displays properly.

Surely, there must be a setting I can set to change this prompt.

Mutu Yolbulan
  • 1,052
  • 1
  • 8
  • 21

1 Answers1

0

Outlook does not check whether the domain is trusted. You can either make sure the images are embedded (<img src="cid:xyz"> where xyz is the Content-ID MIME header of the image attachment) or you can set a special property on the client side (it can only be set on the client side in Outlook) that lets Outlook view the images.

Dmitry Streblechenko
  • 62,942
  • 4
  • 53
  • 78