質問

i have my email body consisting below URL

   <img src="http://10.210.162.79:8000/web/getImage.do?actionCode=2&imageId=1008"/>

but image is not displayed(it displayed as cross icon). I also tried below setting

LotusNotes-Preferences-Mail-Internet-Image Security--Uncheck To ensure privacy do not show remote images without my permission

Same thing works on my collegue system but for me it sill does not display image> Not sure what i am missing here? I have already tried restarting of lotus notes. My lotus notes version is 8.5.

役に立ちましたか?

解決

If this is a mail that was sent to both you and your colleague, then my best guess is that the two of you have different settings for your inbound mail. If your copy of the message is going through a format conversion on the server, it's possible that the firewall is blocking the HTTP image retrieval on the server. If your colleague's copy is not going through the same conversion on the server, then it would be his own computer that is retrieving the image and the firewall is allowing it.

So... Check your Person document in the Domino Directory and look at the setting Format preference for incoming mail. (It's on the right side of the Basics tab.) If it is set to Prefers Notes Rich Text, and your colleague's Person documentis set to either Prefer MIME or Keep in senders format, then that's the most likely answer.

他のヒント

By default the image access should be disabled. You have to enable it to see the image by default download

Open Lotus notes >> Preference >> Mail >> Internet >> Image security

uncheck the check box if it is checked already..

Edit notes.ini and make sure these two parameters are set:

ShowMIMEImagesAsAttachments=0

BrowserRenderDisable=0

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top