4 Replies Latest reply on Jan 6, 2009 8:02 PM by kukeltje

    Sending mail using jBPM mail-node

      I am trying to send email using jBPM mail-node

      I configured the jbpm.cfg.xml file like below

      <string name="jbpm.mail.smtp.host" value="xxxx.com" />
       <string name="jbpm.mail.from.address" value="xxx@yyy.com" />
      


      and
      my mail node looks like this


      <mail-node name="SendEmail" to="sdfgfsd@pp.com">
       <subject>
       Specials
       </subject>
       <text>
       xxx xxx xxxx xxx
       </text>
       <transition to="Completed"></transition>
       </mail-node>
      


      when I deploy i get a warning

      Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==
      


      Can you please letting me know what i am doing wrong