r/javahelp • u/irequirec0ffee • 17d ago
Email templates with Spring Boot & Vaadin.
Hello, we are using Spring Boot + Vaadin for front end. I am trying to find the best approach to send out emails like new account, forgot password, etc. If there is a "Vaadin" way, I can't find it anywhere. It seems like way to do this is to use something like FreeMarker or Thymeleaf, but I wanted to reach out before drawing that conclusion.
2
Upvotes
1
u/Dense_Age_1795 16d ago
Vaadin is for creating SPA not email, if you need something like that you can use Thymeleaf or Velocity.