Hi, i'm doing an e commerce with the backend in s...
# spring
r
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?
k
println(“The number of Zebras is: $numZebras”) kotlin String support inline variable with ${var} : It is so cool more than java.
👍 1
c
For larger message body I use Freemarker https://freemarker.apache.org/