HTML Spotify Link doesn't show up in email HTML
21:54 11 May 2025

So, it's possible to share a link to something in Spotify with the following code, for example this html when I paste into a browser will open the playlist directly Spotify when the link is clicked

enter image description here

However when I send this HTML through an email it is not clickable

enter image description here

I can get around this by using a normal spotify sharing link in this format

https://open.spotify.com/playlist/37i9dQZF1DWVYHdtUb7Wil?si=a17be0b1ab3a426e

However this by default opens in Spotify in the browser instead of the app so it's not preferable. I'm wondering if anyone knows why this is occurring and if/how I can get around it

cheers

html