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
Operating System (or Browser): Server running on Mac OSX (during dev), email client on Windows 11
Node Version: 22
Link to reproduction (⚠️ read below): umm this is kind of hard since I don't exactly want to provide keys to our Sendgrid account to actually send the emails here. I just installed @jsx-email/plugin-minify and tried sending an email to an outlook account by rendering it with render(<MyTemplate />, { minify: true }), and out came malformed, visible XML. 🤷🏼
Expected Behavior
Email output doesn't change visually
Actual Behavior
a bunch of XML at the top
the button itself just doesn't show up
after removing minify: true, it works fine:
Additional Information
Probably not relevant but I'm using React 19 in the server, despite jsx-email not officially supporting it.
The text was updated successfully, but these errors were encountered:
osdiab
changed the title
Minify plugin causes Outlook classic to be malformed
Minify plugin causes Outlook classic to display malformed XML
Dec 24, 2024
@jsxp-email/cli
Version?: whatever came with it@jsx-email/plugin-minify
and tried sending an email to an outlook account by rendering it withrender(<MyTemplate />, { minify: true })
, and out came malformed, visible XML. 🤷🏼Expected Behavior
Email output doesn't change visually
Actual Behavior
after removing
minify: true
, it works fine:Additional Information
Probably not relevant but I'm using React 19 in the server, despite
jsx-email
not officially supporting it.The text was updated successfully, but these errors were encountered: