View Single Post
 
Old 10-04-2011, 06:43 AM
saravananiyyanar saravananiyyanar is offline Windows Vista Office 2007
Novice
 
Join Date: Dec 2010
Posts: 10
saravananiyyanar is on a distinguished road
Default Outlook: How to display images that need authentication

We create html with an image like <img src="http://www.test.com/retrieve.do?img=png&inline=y"> that needs authentication to get the image from application.

We send this html content as an email and if the content is sent as email inline i.e email body, the image is not getting displayed in outlook.

We are able to see the image while opening the htnl content in browser provided we logged in to the application.

I think we need some key to be generated by application and added into the image url so that application can authenticate using the key and outlook should be able diaplay the images by then...

Please provide your inputs.. Any help on this much appreciated...
Reply With Quote