0

I am sending mail from the email service to one gmail account user and the same mail to outlook account user, but the issue is outlook shows all the content of email body along with images but in gmail the content is shown but image is not visible?

When i inspect the same email from gmail, found out: -The image tag is empty, attached image for the same enter image description here

But for OUTLOOK user, Image is visible, attached the image. enter image description here

Also checked the settings of gmail and enable the display external images but images still not showing? How can I do that?

Cleptus
  • 3,446
  • 4
  • 28
  • 34
Alan Ran
  • 1
  • 1
  • 1
    You are missing your c# with the html encoded email sending code. – Cleptus Apr 27 '22 at 10:29
  • Does gmail disable the base64 images? – Alan Ran Apr 27 '22 at 11:07
  • Usually is not a good idea using base64 encoded images. Odly this [related or duplicated question](https://stackoverflow.com/questions/46783599/base64-encoded-image-is-not-showing-in-gmail) says in Outlook should not work, but it is a bit old question. – Cleptus Apr 27 '22 at 11:19
  • Why gmail does not show base64 images in it UI?Is there any way to do it? – Alan Ran Apr 27 '22 at 11:32

0 Answers0