Hey, Ensure that you have configured your mail server properties properly in the jbpm.cfg.xml the properties like need to be configured at an minimum. also ensure that the mail id's you are using are configured/created in your mail server.
| <string name="jbpm.mail.smtp.host" value="localhost" /> | <string name="jbpm.mail.from.address" value="[EMAIL PROTECTED]" /> | If this is set then every thing should work fine. Thnaks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158985#4158985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158985 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
