Server Administration > Change Packages for SCM > Change Package Review E-mail Notification
  
Change Package Review E-mail Notification
By default, e-mail notifications are sent to the change package creator, reviewers, and watchers when specific events occur in the review process. Windchill RV&S uses a server-side event trigger to provide e-mail notifications.
If you are using e-mail notification for change package reviews, ensure that triggers are enabled in the si.properties file.
If you are using LDAP, e-mail addresses are obtained from the realm. Otherwise, e-mail addresses take the following form (the domain must first be specified in the env.properties file):
<userID>@domain
For e-mail notifications, you can change the following:
who receives e-mail (the reviewer, creator, or watcher)
when users receive e-mail (what events trigger the script)
subject and body content of the e-mail (what information the e-mail contains)
You can modify the trigger events that cause an e-mail notification by editing the following file:
installdir/data/triggers/events/global.events
You can modify the trigger script by editing the following file:
installdir/data/triggers/scripts/samples/changePackageNotification.js