So I'm testing out a transactional email using Sendgrid and for some reason the image location is broken even though it exists. I have a really simple image tag, with the FULL path,
<img src="https://matter.io/static/img/landing/logo.svg">
Yet in the email is shows up as broken. What's strange is when I copy the link sendgrid or gmail creates to the image path
It doesn't work, but if I take the link at the end of that huge mess, I can go to it
Is it a problem with serving images through https? Or perhaps something else?
The gmail proxy that was added to cache images does not support SVG. See SVG images blocked by gmail proxy.