安装和升级 > 安装和配置指南 > 高级配置 > 配置系统管理设置 > 设置发件人电子邮件地址
  
设置发件人电子邮件地址
对于要发送的电子邮件消息,有些邮件服务器要求在电子邮件消息的“发件人”标题中指定有效的电子邮件地址。Windchill 将 wt.properties 文件的 wt.mail.from 属性中指定的值用作电子邮件消息的默认发件人。同样,wt.notify.notificationSenderEmail 属性用于指定用作所有基于事件的通知的发件人的电子邮件地址。
默认情况下,wt.mail.from 属性被设置为 Postmaster@<主机名>,其中 <主机名> 为在 wt.rmi.server.hostname 属性中指定的值。wt.notify.notificationSenderEmail 属性默认为 wt.admin.defaultAdministratorName 属性的值。
PTC 建议将 wt.mail.from 和 wt.notify.notificationSenderEmail 属性均设置为 Windchill 管理员或其他一些授权用户的电子邮件地址。
许多电子邮件服务器要求使用具有可检验的域组件的完全限定电子邮件地址。特别是,所有创作者和收件人地址必须采用以下格式:
<name>@<my.company.com>
其中 <my.company.com> 是可使用 DNS 验证的有效电子邮件域。
使用 xconfmanager 将 wt.mail.from 和 wt.notify.notificationSenderEmail 属性更改为所选值。
从 Windchill shell 执行下列命令:
xconfmanager -s wt.mail.from=<authorized_user> -s wt.notify.notificationSenderEmail=<authorized_user> -t <Windchill>/codebase/wt.properties -p
其中 <Windchill> 是 Windchill 的安装位置,<authorized_user> 是授权 Windchill 用户的有效电子邮件地址。