PTC Arbortext Content Delivery Customization > Customizing Administration Utilities > Configuring Sender Email Attribute in the Configurator
Configuring Sender Email Attribute in the Configurator
You can set the sender email attribute for sending mail through cart by updating the <Property default="Postmaster@$(wt.rmi.server.hostname)" name="wt.mail.from"/> property in sc.wt.properties.xconf file.
The sc.wt.properties.xconf is located at <Home>\SW\SW\Applications\Windchill.ear\codebase.war\com\ptc\sc\xconf\
Perform the following steps:
1. Navigate to <Home>\SW\SW\Applications\Windchill.ear\codebase.war\com\ptc\sc\xconf\sc.wt.properties.xconf
2. In the <Property default="Postmaster@$(wt.rmi.server.hostname)" name="wt.mail.from"/> property, update the attribute "Postmaster@$(wt.rmi.server.hostname)" with the email address of the sender.
3. Navigate to <Home>\SW\SW\Applications\Windchill.ear\bin, open the Windchill shell, and run the command: xconfmanager -p
4. Restart the server.