Custom Messaging

Is it possible to create a custom messaging system?
● This includes the following features:
❖ Ability for Admins to message a single user, a category of users or all users.
❖ Private messages will be stored encrypted in the same server.
❖ Message history, new message alerts, and automatic email notifications.

Yes, that can all be done. The messaging is basically just writing data to the database and then showing it as needed.

You can start with these two docs and build from there as needed.

1 Like