Expected Behavior
query params in hrefs do not have unusual escaping
Actual Behavior
I get weird escaping such as https://example.com?utm_var=test&utm_other=something
Additional Information
My understanding is that browsers/email clients usually will map this back to the unescaped version so they work as expected, however in our case we send emails with GetResponse who wraps the links with some additional analytics before redirecting. It does not properly handle the unescaping so we would like to be able to provide the url in a format that works for them.
@jsxp-email/cliVersion?: unsureExpected Behavior
query params in hrefs do not have unusual escaping
Actual Behavior
I get weird escaping such as
https://example.com?utm_var=test&utm_other=somethingAdditional Information
My understanding is that browsers/email clients usually will map this back to the unescaped version so they work as expected, however in our case we send emails with GetResponse who wraps the links with some additional analytics before redirecting. It does not properly handle the unescaping so we would like to be able to provide the url in a format that works for them.