The simplest way to configure the mail server is with the
jbpm.mail.smtp
properties in the configuration like this:
<jbpm-configuration> ... <string name="jbpm.mail.smtp.host" value="localhost" /> <int name="jbpm.mail.smtp.port" value="25" /> </jbpm-configuration>
Alternatively, when more properties need to be specified, a mail properties
resource can be specified with resource.mail.properties
.
<jbpm-configuration> ... <string name='resource.mail.properties' value='jbpm.mail.properties' /> </jbpm-configuration>