I want to write html email with node.js app. Email is sent successfully. When I log text, it shows me something like this
<html><body><h1>Hi John!</h1><p>Jack just shared graph with you</p><p><a href='https://some.url.here/blablabla'>View here</a></p></body></html>
When I open this email with google inbox, it shows me html well, but a tag have no href attribute, so I cant go to given url from email. I am using sparkpost for email.
Can anyone tell me why it happens ?