WCF icon indicating copy to clipboard operation
WCF copied to clipboard

Add event to email notifications

Open TimWolla opened this issue 7 years ago • 1 comments

Events should be added to the email notification system to support different external services using a plugin (e.g. instant messengers). Plugins should be able to cancel the outgoing email to completely replace emails with the external service.

  • [ ] Add event to UserNotificationHandler::sendInstantMailNotification()
  • [ ] Add event to DailyMailNotificationCronjob (and possibly move the functionality in there into UserNotificationHandler).
  • [ ] Ensure there is a cancelEmail parameter.

TimWolla avatar Nov 19 '18 22:11 TimWolla

It probably is most useful to look into this after #4000 (especially since cancelling is desired).

TimWolla avatar Feb 17 '21 13:02 TimWolla