Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] replied 
to the discussion

"[jBPM 4.3] Mail node HTML. how to?"

To view the discussion, visit: http://community.jboss.org/message/534488#534488

--------------------------------------------------------------
Hi,

finally found some time to look into your issue and I have to say that it works 
as expected.

The only difference I can see between your code and my is that you use both 
<text> and <html> in one mail. If you do that then text will be visible as 
clear text not html and html stuff will be probably attached to it (at least 
that is what I observed during my tests) - as you described in your post as 
well.

Here is my mail node with your html message:

<mail name="mailtestmail" g="116,147,80,40">
     <to addresses="[email protected] (mailto:[email protected])" />
     <subject>mail</subject>
     <html>
          <body>
          <a href="www.google.it">here</a>Ê
          </body>
     </html>
     <transition name="to java1" to="java1" g="-47,-18" />
</mail>

I use google as smtp server over SSL.

Tested on jBPM 4.3 and 4.4.

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/534488#534488]

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

Reply via email to