Hi,
In advanced parameterof tsendMail you can choose html. Then I suggest you to create un context.body variable and use a tjava to put your HTML message in there. Then in your tSendMail component message put your context.body. This is how I do and it works.
Thank you Or3l for that quickest reply! My plan is that the whole message is an html string from the global map, is that possible too? Like this: (String)globalMap.get("MESSAGE") Where MESSAGE has value for example: "<html><body><h3>Test</h3></body></html>" Thanks! Kurt