How to generate content in this html format? ? ?
I saw a lot of string splicing on the Internet, but this doesn’t work, it’s too troublesome.
java language
Java Mail, content writes your html codemessage.setContent(content, "text/html;charset=UTF-8")
message.setContent(content, "text/html;charset=UTF-8")
Here’s a way: If you don’t want to concatenate strings, you can use a template engine. For example: freemarker
Use java mail framework, this is java development, java sends emails, a must-have medicine for home and travel
Java Mail, content writes your html code
message.setContent(content, "text/html;charset=UTF-8")
Here’s a way: If you don’t want to concatenate strings, you can use a template engine. For example: freemarker
Use java mail framework, this is java development, java sends emails, a must-have medicine for home and travel