Closed pascalalich closed 8 years ago
Hello @pascalalich, I'm trying to fully understand what is happening here.
Can you confirm that you are doing this in this order:
Here, it seems the address is not replaced (the URL generated is %7B%7Bvar%3Aaddress%7D%7D
) by the API which would be an issue related to Mailjet's API rather than MJML.
Thanks!
Hello @pascalalich, do you have any news on this?
Hello @pascalalich, as I didn't hear back from you I'll close this issue. Feel free to reopen if you still have the issue.
First, thank you so much for having invented mjml. It's safes a lot of headache.
Given this code in my mjml though
<mj-location address="{{var:address}}" />
the location component doesn't get rendered correctly.
The result is this:
While the link text is properly replaced by Mailjet afterwards, the variables in the URL aren't. But even if they are preserved, the question remains whether Mailjet would insert a URL encoded variant of the address. I am wondering how this could work or how a workaround could look like.