© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
6 replies
Daniel Plomp

Create User in Filament and sent verification email

I don't understand what I should be doing to automatically sent a verification email, when I create a User in Filament.
I have a simple
UserResource
UserResource
that let's me create users.

I have implemented the
MustVerifyEmail
MustVerifyEmail
interface on my User model and also setup Mail capabilities.

My Laravel project is using JetStream.

Also, when trying to reset the password for the current user, through Filament, it says doesn't sent an email to do so.

Only if I reset my password from the Laravel Jetstream page, it sent an email. Am I forgetting something?

This is in my AdminPanelProvider:

return $panel
  ->default()
  ->maxContentWidth('screen-2xl')
  ->id('admin')
  ->path('admin')
  ->login()
  ->emailVerification()
  ->profile()
  ->passwordReset()
return $panel
  ->default()
  ->maxContentWidth('screen-2xl')
  ->id('admin')
  ->path('admin')
  ->login()
  ->emailVerification()
  ->profile()
  ->passwordReset()
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

create a user and send a verification email
FilamentFFilament / ❓┊help
3y ago
Test Filament Email Verification.
FilamentFFilament / ❓┊help
14mo ago
Unable to sent email notification in Filament
FilamentFFilament / ❓┊help
16mo ago
user registration->email verification?
FilamentFFilament / ❓┊help
2y ago