I need help with Email Verification, I'm new
I have my panel like this:
I want filament to bring the new user to an email verfication page, where filament will send a code to their email. I have put the email verfication above, but it doesnt redirect to the email verification page.
Solution:Jump to solution
It is showing the issue quite clearly. That's an SMTP issue, I suggest you configure your mailer correctly.
10 Replies
Have you added the in your User model?
yes I have
It's not a but rather an interface, so you should include it after
Oh
sorry, late reply, I just got back home
This is what it shows after trying to register
it been showing it even before I changed the MAIL_HOST to be gmail
Solution
It is showing the issue quite clearly. That's an SMTP issue, I suggest you configure your mailer correctly.
???
Yeah I figured it out yesterday, I'm dyslexic
Thank you guyss
Hello, there.