We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi guys,
I'm testing how my emails look on plainText and the links are not rendering properly. The official examples are not working either.
If you look at the rendered version on the react-email server it looks fine, but if you render it on the email the content is not the same.
The official example in the react-email server looks fine
Rendering it as plain text in Gmail
@react-email/render
render(<Component />, { plainText: true })
Uses render passing the plainText: true option, example render(<Component />, { plainText: true })for
plainText: true option
Render the href links as plain text.
No response
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Hi, I'm not able to reproduce the issue properly, could someone help. This is what I get :
plainText
Thanks.
No branches or pull requests
Describe the Bug
hi guys,
I'm testing how my emails look on plainText and the links are not rendering properly. The official examples are not working either.
If you look at the rendered version on the react-email server it looks fine, but if you render it on the email the content is not the same.
The official example in the react-email server looks fine
Rendering it as plain text in Gmail
Which package is affected (leave empty if unsure)
@react-email/render
Link to the code that reproduces this issue
render(<Component />, { plainText: true })
To Reproduce
Uses render passing the
plainText: true option
, examplerender(<Component />, { plainText: true })
forExpected Behavior
Render the href links as plain text.
What's your node version? (if relevant)
No response
The text was updated successfully, but these errors were encountered: