HTML image not showing in Gmail

后端 未结 12 1132
难免孤独
难免孤独 2020-11-27 17:42

I\'m sending an e-mail newsletter in HTML. Inside the HTML I have something like

12条回答
  •  执笔经年
    2020-11-27 18:11

    Google only allows images which are coming from trusted source .

    So I solved this issue by hosting my images in google drive and using its url as source for my images.

    Example: with: http://drive.google.com/uc?export=view&id=FILEID'>

    to form URL please refer here.

提交回复
热议问题