Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC
Open Closed

Notification system #4684


User avatar
0
vladsd created

Can notification system can be extended to support SMS and email notification, maybe even post mail?


3 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    you can inject your custom logic (like email/sms sending ) in AppNotifier class.

  • User Avatar
    0
    vladsd created

    @alper - thanks. I see INotificationPublisher which implements database based notification, and subscribe/publish paradigm. I was hoping zero can extend it to include 3rd party SMS service, and native email system

  • User Avatar
    0
    alper created
    Support Team

    yeah would be nice!