2009-05-07

SMTP Server Configuration for Questetra BPM Suite / Questetra BPM Suite の SMTP サーバ設定

Questetra BPM Suite can send e-mail.
- by message-throwing-immediate-event
- by notification of Task-Limit-Time overrun.

But you must make various configurations for sending e-mails.
If you want to configure settings, you may speak with a system-administrator in your corporation.

If you want to secretly use Questetra BPM Suite for yourself, it would be a good idea to set up a connection to Gmail.

Please understand the contents of "qbpms.config" file which is deployed under the installed folder and them make settings.

1. bpms.smtp.host
Set a host name or IP address of mail server with which Questetra BPM Suite sends emails.
2. qbpms.smtp.fromaddress
Set the default email address which Questetra BPM Suite uses as a From address for its outgoing emails unless otherwise specified else where.
(e.g. Message Intermediate Events)
3. qbpms.smtp.port
Set the port number of the mail server specified at bpms.smtp.host.
4. qbpms.smtp.auth
Set 'true' if you need the Questetra BPM Suite to use SMTP AUTH to connect the mail server.
5. qbpms.smtp.username
Set a user name to be authenticated by the mail server if you need the Questetra BPM Suite to use SMTP AUTH to connect the mail server.
6. qbpms.smtp.password
Set a password to be authenticated by the mail server if you need the Questetra BPM Suite to use SMTP AUTH to connect the mail server.
7.qbpms.smtp.starttls
Set 'true' if you need the Questetra BPM Suite to use SMTP over SSL to connect the mail server.

-- Marketing member.


Questetra BPM Suite からメールを送信する事ができます。
- メッセージ送信中間イベントによるメール送信
- タスク締切時間超過通知によるメール送信

ただし、メールを送信する為には様々な設定を行わないといけません。
会社で設定する場合はシステム管理者さんと相談するのがよいでしょう。

自分自身だけでこっそり使おうと思う場合は、Gmail への接続設定を行うとよいかもしれません。

インストールフォルダ直下にある qbpms.config ファイルの設定内容
の意味合いを理解して設定してくださいね。

# qbpms.smtp.host
* メール送信に使用するサーバのホスト名 または IPアドレスを指定します。
# qbpms.smtp.fromaddress
* メール送信に使用する、デフォルトのFromアドレスを指定します。メッセージ送信中間イベント等で、明示的に設定された場合は、そちらの設定が優先します。
# qbpms.smtp.port
* メール送信に使用するサーバのSMTPポート番号を指定します。
# qbpms.smtp.auth
* SMTP AUTHを使用してメールサーバに接続する場合、trueにします。
# qbpms.smtp.username
* SMTP AUTHを使用する場合、認証に使用するユーザ名を指定します。
# qbpms.smtp.password
* SMTP AUTHを使用する場合、認証に使用するパスワードを指定します。
# qbpms.smtp.starttls
* メール送信にSTARTTLSを使用する場合、trueにします。

-- マーケティング部部員

No comments:

Post a Comment