clarkeash / doorman

Limit access to your Laravel applications by using invite codes
https://packagist.org/packages/clarkeash/doorman
MIT License
1.02k stars 45 forks source link

How to send invite via Laravel Notifications #55

Closed dominikgeimer closed 4 years ago

dominikgeimer commented 4 years ago

Hi,

I really like that packages, but I need some help.

When I generate a new invite code like so.

Doorman::generate()->for($request->email)->expiresIn(3)->make();

How can I send that code to the invited person ($request->email) via laravels notifications by mai?

clarkeash commented 4 years ago

Sorry Doorman doesnt send emails that for you to do however you see fit.