- Start Windchill
- Run jconsole from Windchill Shell if Windchill is not configured to run as a Windows service. If Windchill is configured as a Windows service, then run windchill wt.util.jmx.SMJconsole
- Connect to a Server Manager on the JConsole window without password
- Click on MBeans > com.ptc > Emailer > Attributes and fill in MailServer, MailServerUsername, MailServerPassword, MailServerPort
- Click on MBeans > com.ptc > Emailer > EmailLists > JMXAdministrator > Operations > AddAddresses > Enter the email address in the String Field
- To propagate the value to methodServerMBean also, need to run below command
- Open Windchill Shell
- Goto <Windchill>/codebase
- Execute ANT command
- ant -f modifyMBeanConfig.xml setEmailList -DemailAddresses="<comma-delimited list of email addresses>"
- Go back to Attributes field in the left pan
- Check the correctness of the email address in the AdressList > Refresh.
- Now go to MBean > com.ptc > Notification Handlers > Method Server Stop Notifier > Attributes and remove wt.manager.jmx.MethodServerMProxyMBean.methodServer.added from Ignored Notification types
- The above should take effect in 3 minutes after setting this value
NOTE: Make sure to save the settings after updating in JConsole. To save the changes click on MBeans > com.ptc > Loader > Operations > save