I'm sending an email using Mailgun, the content of the email is HTML but Gmail clears images, even the img
tag. The images are stored in a public S3, and it's accessible by the browser.
Does someone know what causes this problem?
I'm sending an email using Mailgun, the content of the email is HTML but Gmail clears images, even the img
tag. The images are stored in a public S3, and it's accessible by the browser.
Does someone know what causes this problem?
The problem was that gmail do not accept svg images. I convert to png and all works fine.