You know some lib on java that possibility composing a HTML mail with a easy way? I don't want for example on create a table, puting in email body somethig like
<table><tr><td> Hello </td></tr></table>
I would like to use a lib that have a simple flaty CSS style on email and possibilities me write something like this:
mail.setHtmlTable("Hello");
Remember, it's a poor example, just to try to explain what kind of lib i'm looking for
Thank you (:
Alex Onozor
Ruby, RubyonRails, Javascript
Jan Vladimir Mostert
Idea Incubator
I'm not aware of anything Java that can do that directly; ,maybe use jsoup to build your html?
Here are some alternatives that could help you generate templates that you can then just fill in with data:
zurb.com/article/1432/foundation-for-emails-2-is-…
medium.com/mjml-making-responsive-email-easy/mjml…