plainTextHtmlTemplate property

String plainTextHtmlTemplate
final

The template for converting a plain text message into a HTML document.

Requires to have the string {text} into which the plain text message is pasted, e.g. <p>{text}</p>.

Implementation

final String plainTextHtmlTemplate;