Emailer
The Emailer MBean provides:
• The underlying emailing facilities used by all other MBeans.
These emailing facilities do not use Windchill's persistent queues as they are intended to be usable from any Java process; however, they do email in the background and there is a retry function that is configured to resend a message a configurable number of times at a configurable interval prior to giving up (and logging an error).
• Manages email lists for use by other MBeans in emailing to a group of email addresses.
These email lists are described by EmailList MBeans shown nested beneath the Emailer MBean in JConsole.
• Attributes for configuring the appropriate email server, port, and so on, to use.
These are read from wt.properties or Java system properties by default, but can be overridden here.