Servigistics InService 發佈與載入 > 使用發佈與載入 > Px 組態 > Windchill Service Information Manager 組態 > 配置通知
  
配置通知
欲使用 Windchill 配置 SMTP 郵件伺服器,請遵循下列步驟︰
* 
請確保您的 Windchill 使用者資訊中的電子郵件位址正確。
1. Windchill shell 執行下列指令:
xconfmanager -t codebase/wt.properties -s wt.mail.mailhost=<mailserver hostname>:<port>
* 
如果郵件伺服器接聽預設埠號 25,則不需要埠號。
2. Windchill shell 執行下列指令:
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>