How do I send html formated content in emails?email step?
Hello
How can I send formated emails?
Assume I have an html-formated String and whant to bind bring it into my email.
Problem here is that even this method will escape the String:
`<%=ivy.html.getObject("in.mailString").toString()%>`
Is there an other possibility to send the content of a JSP-Page?
Best regards
Alexis