SVG image is broken(404) in verification email

Is svg image not supported in verification email template?

This is how to reproduce.

Save the html img tag in the Email Template.

<img    
  src="https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/dojo.svg"
  alt="Navigation"
/>

It turns the URL into
https://ci3.googleusercontent.com/meips/ADKq_NZdEglWjGZ4AqEP-LIkcBkcKmRF34WtzSMQ_R6vwPT0M9vD4GXG1sbgYjIBI1tPYV3rbf_qwsmnbyhuJCvD91ztcZdP3vFT-oOVxwCXlOhlg-3sxg=s0-d-e1-ft#https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/dojo.svg
in the verification email html a user receives.

Direct access to this url returns 404, while png image works if I replace it from the email template.

It happens both in Gmail and Yahoo email.

Hi @t.matsumoto,

This is not a result of Auth0’s email templates; SVGs are not supported by some email clients.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.