ciccio ciccio [http://community.jboss.org/people/ciccioVega] replied to the discussion
"[jBPM 4.3] Mail node HTML. how to?" To view the discussion, visit: http://community.jboss.org/message/534389#534389 -------------------------------------------------------------- I've tried with; <mail-template name="template"> <from addresses="mail"/> <to addresses="#{mailTO}"/> <subject>Subject</subject> <text>qwerty <html> <body> <a href="www.google.it">here</a> </body> </html> </text> </mail-template> The result is a simple text "here" Then i've tried with <mail-template name="template"> <from addresses="mail"/> <to addresses="#{mailTO}"/> <subject>Subject</subject> <text>qwerty</text> <html> <body> <a href="www.google.it">here</a> </body> </html> </mail-template> The result is a mail with an attachment "noname" that is a page html with link. Can anyone help me? Thanks in advance -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/534389#534389] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
