Show Table of Contents
12.5. メールサーバーの設定
次のサンプルコードの通り、
jbpm.cfg.xml ファイルの jbpm.mail.smtp.host プロパティを設定してメールサーバーを設定します。
<jbpm-configuration>
<string name="jbpm.mail.smtp.host" value="localhost" />
</jbpm-configuration>
複数のプロパティを指定する必要がある場合は、 以下のようにプロパティファイルへのリソース参照を指定します。
<jbpm-configuration> <string name='resource.mail.properties' value='jbpm.mail.properties' /> </jbpm-configuration>

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.