Email verification not sended
hi i'm using
->emailVerification()
in the AppPanelProvider in this way:
But after the user registration no email was sended. I've correctly configure mailpit and it works with notifications or other stuff. What i missing?8 Replies
try running: php artisan queue:work
I am working if it's be sent to a queue
thanks, i've just tried but nothing happens
did you add this?
oh! thanks! in a try that i made before yes....but now i forgot to add it newly
Ok now the email was sent but the verify link take me to a 403 forbidden page....why?
furthermore after registration i obtain 403 forbidden too. I should obtain the page that advise the user to check his mail for validation....i'm stuck
are you using multi tenancy?
yes
ok i try, actually i've just add a tenant inside a User observer
creating
but maybe your link is the correct way to do it