[jboss-user] [jBPM] - [jBPM 4.3] Mail node HTML. how to?

ciccio ciccio do-not-reply at jboss.com
Mon Mar 29 04:48:11 EDT 2010


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100329/bd9a195a/attachment.html 


More information about the jboss-user mailing list