phpsa / filament-authentication

MIT License
106 stars 23 forks source link

Email confirmation #13

Closed dpetrovaliev closed 2 years ago

dpetrovaliev commented 2 years ago

Is there any option to send an email confirmation to the user after creating the account?

phpsa commented 2 years ago

We can add some custom events in, Will add this to the feature list and should be out in a few days

phpsa commented 2 years ago

Dispatching: Phpsa\FilamentAuthentication\Events\UserUpdated & Phpsa\FilamentAuthentication\Events\UserCreated on update and deleted from 2.1.0 -- beta release running for this week

You can now create a listener to dispatch the mail on that event