Hi, i'm doing an e commerce with the backend in spring and for recipes i'm returning mimeMessage emails but i'm building my htmls as strings dynamically, so it's a hard string process ... is there any library that you've used and recommend for doing this?
Or any templating engine (mustache, freemarker, etc). I've used MJML at build time to generate HTML templates with embedded mustache templates that get resolved at runtime and been pretty happy with the results
👍 1
n
nicholasnet
08/02/2020, 5:10 PM
Since you are using Spring why not use Thymeleaf just wondering