HTML image not showing in Gmail

后端 未结 12 1139
难免孤独
难免孤独 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 17:49

    In addition to what was said by Howard

    You have to keep in mind that Google encodes spaces as + To avoid this, the ulr must be encoded in RFC 3986, which means spaces encoded at %20, for example:

    https://example.com/My Folder/image 1.jpg to https://example.com/My%20Folder/image%201.jpg

提交回复
热议问题