3

i just updated to spring boot 1.4 and noticed that VelocityEngineUtils is deprecated. I am using Velocity Templates to send emails same as in spring framework example

What are the alternative for sending emails templates other than Velocity template

1

1 Answer 1

1

Thymeleaf is a pretty powerful replacement.

Thymeleaf will do text or html email (see the link above), is already a recommended templating framework for general HTML use, and Velocity is itself deprecated in the same section of the documentation.

Not the answer you're looking for? Browse other questions tagged or ask your own question.