Java – Suggestions for Java email templating?

emailframeworksjavatemplates

we have an application that needs to send out various different types of template email. The current code is very cumbersome and not very flexible. Does any one konw of a library to help with this type of work… We are looking for some kind of templating library for email.

Best Solution

StringTemplate is also a very nice template engine.