QR code in emails #127
-
Hi Team, I was looking the possible solutions but didn't find any solid solution. I came to this post where they mentioned about mjml-qr-code npm package. But it seems this library is not built around the react which makes hard to use it in my react+nodejs project. if you have other solutions then let me know I'm happy to explore more solutions. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I would not delegate this to Mjml. This way you are sure that the image will always be rendered correctly, and if you control the img generating service, you can even update the codes after the email is sent. |
Beta Was this translation helpful? Give feedback.
I would not delegate this to Mjml.
Just generate the QR-code as an image (I'm sure you can find a suitable url based service) and embed that image in your email.
This way you are sure that the image will always be rendered correctly, and if you control the img generating service, you can even update the codes after the email is sent.