Sendgrid Dynamic Template Stripping HREF from Anchor tags
问题 I have a dynamic email template for sending a user a unique token link to reset their password. I assign the link to a field named 'link' in the dynamic_template_data section of my personalizations in my request object. When I receive the email, my anchor tag has no href attribute. Here is my request object: { method: "POST", url: "/v3/mail/send", headers: { "content-type": "application/json" }, body: { personalizations: [ { to: [{ email: email, name: name }], dynamic_template_data: { link: