mrml
mrml copied to clipboard
Handle mj-html-attributes
https://documentation.mjml.io/#mj-html-attributes
Here's an example of how I'd like to use it:
<mjml>
<mj-head>
<mj-html-attributes>
<mj-selector path="a[href]">
<mj-html-attribute name="clicktracking">off</mj-html-attribute>
</mj-selector>
</mj-html-attributes>
</mj-head>
...
In order to disable SendGrid's clicktracking for specific emails or specific links (e.g. forgot password).