Ravi Sawlani [
http://community.jboss.org/people/ravisawlani86] created the discussion
"Re: Email Problem with JBPM"
To view the discussion, visit:
http://community.jboss.org/message/590540#590540
--------------------------------------------------------------
Hi
Thanks For the reply....
I have attached my JBPM Project structure.
*jbpm.cfg.xml -->*
<?xml version="1.0" encoding="UTF-8"?>
<jbpm-configuration>
<string name="resource.mail.properties"
value="jbpm.mail.properties"/>
</jbpm-configuration>
*jbpm.mail.properties -->*
jbpm.mail.transport.protocol=smtp
jbpm.mail.smtp.auth=false
jbpm.mail.smtp.host=xx.xx.xx.xx
jbpm.mail.smtp.port=25
*processDefination.xml -->*
<?xml version="1.0" encoding="UTF-8"?>
<process-definition name="todo">
<start-state name="start">
<transition to="mail-node1"></transition>
</start-state>
<mail-node name="mail-node1" to=" mailto:xy@abc.com
xy(a)abc.com">
<subject>sss</subject>
<text>sss</text>
<transition to="done"></transition>
</mail-node>
<end-state name="done"/>
</process-definition>
Where will i make WEB-INF folder in my project?
For exception please check my firt post in this thread........
Please help me out with this.... :(
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/590540#590540]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]