I'm sending an email from my NodeJS server using Mailgun to a Gmail account, but Gmail strips all the attributes in the email. What is the reason for this and how do I prevent this from happening? I tried encoding the href value using encodeURIComponent but that did nothing for the href tag. I'm also not using any CSS or anything so I'm confused why this is happening.
before:
<a href="/resetpw" id="reset-link" id="reset" target="_blank">Reset Password</a>
after (when I checked the HTML of the email):
<a></a>