Skip to content Skip to sidebar Skip to footer

Outlook Web Client Html Email Images And ImageProxy.mvc

I'm having a problem with images in html emails in Outlook web client. When a you put a image like this:

Solution 1:

Accidentally we discovered that proxifying on Microsoft's mail services applies only for HTTP images, not for HTTPS ones. So if you have HTTPS endpoint just use it prior HTTP one for images.

Why do that for HTTP? I don't know but maybe to get rid of secure notifications on having HTTP content on HTTPS page.


Solution 2:

You can check here http://msdn.microsoft.com/en-us/library/aa338201.aspx Outlook doesn't support some css attributes.


Solution 3:

I faced the same problem. Changing http in https made the image appear correctly.


Post a Comment for "Outlook Web Client Html Email Images And ImageProxy.mvc"