[jboss-user] [JBoss jBPM] - Sending mail using jBPM mail-node
mitabhushan
do-not-reply at jboss.com
Tue Jan 6 14:16:58 EST 2009
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 at yyy.com" />
|
and
my mail node looks like this
<mail-node name="SendEmail" to="sdfgfsd at 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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199881#4199881
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199881
More information about the jboss-user
mailing list