ottlinger / mailversendala

Prototype to send out mass emails
https://ottlinger.github.io/mailversendala/
Apache License 2.0
0 stars 1 forks source link

Send combined mail with text and HTML contents from configurable filesystem #13

Open ottlinger opened 7 years ago

ottlinger commented 7 years ago

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

ottlinger commented 5 years ago

Other template engine: https://github.com/spullara/mustache.java

ottlinger commented 4 years ago

Try Handlebars instead of Velocity and self-written template stuff: https://github.com/jknack/handlebars.java