Has anybody ever found a way to use Plasmic for emails?
For this, I think plasmic would need to be set up in a node server.
Or maybe the emailHtml
const emailContent = React.createElement(EmailComponent, { name });
const emailHtml = renderToStaticMarkup(emailContent);
can be sent to the server. Or manually saved on the server.
Yes that’s exactly right, you can register the components from react-email to render email safe templates
so you would run plasmic init in a node server?
speaking of registering - I wanted to remind you of this issue:
https://plasmiccommunity.slack.com/archives/C013DHGMJTA/p1686260431398379