cmgmyr/laravel-messenger

laravel-messenger with email notification

fikrifaris opened this issue · 1 comments

how can i send an email to the recipient whenever i sent a message to them?

Once you have a new message you can add a listener, or send a notification to participants. If you are using the example files as a starting point you could add a notification here and here. You could also add a model event listener to the message model after you extend it.