java - Data binding for HTML email -
java - Data binding for HTML email -
i having info in text file on computer, , have html template emailing purposes. html template consists of table. bind info in text file tables in template dynamically , mail service else.
example:
data is:
a 56 sdsfs b 12 tfhf c 21 ttytut this info should go table, , mail service else.
what thought of doing downloading whole html text, using fixed strings placeholders info go, , using string replace fill in data. more elegant solution this.
i using java , mandrill wrapper java sending mails. please comment if not clear.
i utilize freemarker task.
java html string email
Comments
Post a Comment