Task #19835
openFeature #19841: New WB2 Features
Share allows to send optional email to person
0%
Description
Users would like to have a possibility to receive email notifications.
Updated by Daniel Kutyła about 2 years ago
When item is being shared there should be an option to send the notification to the target user
Updated by Daniel Kutyła about 2 years ago
In order to start working on this we have to finish #19834
This functionality extend current sharing screen with additional checkbox to allow email notifications in case of new sharing operation. To provide best flexibility and reusage we should expose additional API endpoint that will allow to specify email recipients and message.
Things to consider:
- Should we allow the API endpoint to consume email contents along with the list of recipients or only list of recipients and email content should be predefined on the server side
- Should we allow to remove some users from the email notification process (not single checkbox but list of users instead)
- Is there more places where this functionality can be used and checkbox should be a separate component with its own logic