Ok so I got a template for an email campaign, but in order to email it I need other things like a route.js with variables using the app router in Next.js
I am sending the email using Node.js, and the template needs to be coded in plain html with inline CSS in such a way that it is understood by email providers who work in a different way than browsers.
I hate to do a plain html / inline CSS code, and then, re-code the entire thing to satisfy REACT/Next.js ...
This is giving me a bit of a headache just thinking about it...
If I do host in the web a plain html I might lose some of the variables that are currently getting fed through the Next.js routes.. but that might not be a killer, but not ideal.
If I want the entire thing, I think I might need to re-code the entire page for Next.js, and isn't that great either, because it isn't an easy way to duplicate a possible bunch of other templates.
So, what you guys think would be the easier way to get this done?.... So far it isn't looking too appealing and I might just leave it out all together.
