Servigistics InService のパブリッシングおよびロード > パブリッシングとロードの使用 > Px の設定 > Windchill Service Information Manager の設定 > 通知の設定
  
通知の設定
SMTP メールサーバーを Windchill で設定するには、次の手順に従います。
* 
Windchill ユーザー情報に正しい電子メールアドレスがあることを確認します。
1. Windchill シェルから次のコマンドを実行します。
xconfmanager -t codebase/wt.properties -s wt.mail.mailhost=<mailserver hostname>:<port>
* 
メールサーバーがデフォルトポート 25 でリッスンする場合、ポート番号は必要ありません。
2. Windchill シェルから次のコマンドを実行します。
xconfmanager -t codebase/wt.properties -s wt.mail.properties=<path to mail.properties>
上記のコマンドで、mail.properties へのフルパスはメールサーバー認証のユーザー名とパスワード情報の格納場所を示すもので、メールサーバーが認証を必要とする場合のみ必要になります。
mail.properties ファイルには次のコンテンツが含まれています。
wt.mail.smtp.username=<mail server username>
wt.mail.smtp.password=<mail server password>