You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected/supported way to convert a React component to an email template to use with mailgun? It would appear competing solutions are much better suited for this, notably with Resend.js having the following:
{React: <MyComponent/>}
What I've tried so far (with various levels of failure):
Likewise, even if you manually load the images, string replace them in the rendered template with equiv; cid: references, many image types (most notably SVG) do not work whatsoever, displaying no src on the receiving side.
I'll repeat, with Resendjs, this "just works" including SVG images.
The text was updated successfully, but these errors were encountered:
Hello!
What is the expected/supported way to convert a React component to an email template to use with mailgun? It would appear competing solutions are much better suited for this, notably with
Resend.js
having the following:What I've tried so far (with various levels of failure):
Likewise, even if you manually load the images, string replace them in the rendered template with equiv;
cid:
references, many image types (most notably SVG) do not work whatsoever, displaying nosrc
on the receiving side.I'll repeat, with Resendjs, this "just works" including SVG images.
The text was updated successfully, but these errors were encountered: