I have created a Email template from scratch using HTML
and inline styles, and added images using http link. The images that have space in the url(in image name) is not rendering in gmail, but it worked in Apple Mail client.
Asked
Active
Viewed 502 times
0

Ajay Sivan
- 2,807
- 2
- 32
- 57
-
Check this thread : http://stackoverflow.com/questions/21437916/html-image-not-showing-in-gmail – Gurtej Singh Apr 06 '17 at 05:51
-
Also, how are you sending the spaces? Can you show an example? – Mr Lister Apr 06 '17 at 12:02
-
try adding `%20` in place of space. It should fix things. – Syfer Jun 25 '17 at 03:38
-
If you're having a similar issue with email templates please checkout [this answer](https://stackoverflow.com/a/43248253/5780058) – Ajay Sivan Jun 27 '20 at 10:02