-
Notifications
You must be signed in to change notification settings - Fork 968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MJML need a special character for work correctly #2938
Comments
Hi,
Are you sure you're sending the full payload here as in your HTML There's
another unfound mj-text ?
What did you use to send the email ?
I'm not sure this is really related to MJML as this should be displayed
when the font doesn't handle accent
|
This is the full code of the email that not show the special characters:
And this is the full code with the apostrophe added, that show the email correctly:
Without the apostrophe of "then it’s time to go crypto" the email in outlook doesn't work correctly. The issue is happening only in Outlook, in Gmail is ok, and I'm using Putsmail to send the tests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I need to put this apostrophe ’ in the code, without this character, MJML doens't recognize many others characters in Outlook
To Reproduce
Steps to reproduce the behavior:
<mj-wrapper css-class="wrapper" padding="0" background-color="#fff"> <mj-section padding="0"> <mj-column width="100%" padding="5px 0 0 0"> <mj-text align="center" background-color="#fff" color="#000000" font-weight="400" padding="5px 38px 0px 38px" line-height="130%" font-size="24px" font-family="'Barlow Semi Condensed', Arial, sans-serif"> <a href="https://www.google.com/" style="color: #000000; text-decoration: underline;">Dúvidas de como ativar?</a> </mj-text> </mj-column> </mj-section> </mj-wrapper>
Expected behavior
See the special characters (e.g.: Dúvidas)
MJML environment (please complete the following information):
Email sending environment(for rendering issues):
Affected email clients (for rendering issues):
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: