YoBro WordPress Multi User Private Messaging Plugin

Email Notification

Hello,

Our plugin doesn't have a default email notification system but we have provided a hook that can be used to fire email on receiving a private message. 

add_action("yobro_after_store_message", function($message){
// code to send email
})