Open ottlinger opened 7 years ago
Configurable template has a placeholder $$$IMAGE that contains an IMAGE or use HtmlMail that downloads external image references .... ?!
In case of Velocity - https://www.javaworld.com/article/2075966/start-up-the-velocity-template-engine.html https://codingnconcepts.com/spring-boot/send-email-with-thymeleaf-template/ https://velocity.apache.org/engine/devel/developer-guide.html#the-fundamental-pattern
Other template engine: https://github.com/spullara/mustache.java
Try Handlebars instead of Velocity and self-written template stuff: https://github.com/jknack/handlebars.java
Idea
Configurable template has a placeholder $$$IMAGE that contains an IMAGE or use HtmlMail that downloads external image references .... ?!
In case of Velocity - https://www.javaworld.com/article/2075966/start-up-the-velocity-template-engine.html https://codingnconcepts.com/spring-boot/send-email-with-thymeleaf-template/ https://velocity.apache.org/engine/devel/developer-guide.html#the-fundamental-pattern