Notification emails sent in HTML format instead of Rich Text Format for Building Operations
Is it possible to add the option of HTML format to the messages configuration?

-
Peter Van Schel commented
Markdown formatting should already be a big plus.
(+ rendering using a project template containing the necessary css) This way keeping it simple and manageable. -
Fred commented
although there is the setting in the mail.properties, many contentType are hardcoded in plain/text in the java classes (and need to be updated to send to html format) and don't use the setting in the mail.properties file, also the db size of the messages fields are too small to handle nice html messages.
-
Stephen commented
Also give details or examples of how to format the body of the email using HTML or RTF controls
-
Ashley Nuttall commented
Enzo - This does exist but need to watch the formatting of the messages text, this does need a little bit of work to make it work complete
-
Enzo commented
This already exists. Please check and if necessary activate the following configuration: mail.properties >> #
# Default content type for mail messages.
#
# To use HTML encoding:
# mail.contentType=text/html; charset=UTF-8
#
mail.contentType=text/plain; charset=UTF-8