How do I enable email notifications for new contributor fields?
One answer
I believe this requires you to write and deploy a server-side plugin that would use (for example) the RTC mail service to send an email. You would be responsible for building whatever email you want. This could *not* be controlled by the end user (like I can define what emails I want from RTC).
Another option is to write and deploy a server-side plugin that would subscribe (and unsubscribe) people from the work item as the value of that Contributor field changes. In this way, RTC will send the "subscriber" email to the person in that Contributor field based on his/her email preferences.
The 2nd option is normally nicer because you hook into more of the RTC built-in functionality.
Another option is to write and deploy a server-side plugin that would subscribe (and unsubscribe) people from the work item as the value of that Contributor field changes. In this way, RTC will send the "subscriber" email to the person in that Contributor field based on his/her email preferences.
The 2nd option is normally nicer because you hook into more of the RTC built-in functionality.