I am trying to install the Laravel functionality - send email for confirmation on registration. The issue is that after registration form, I am automatically logged in - I am not getting to the page - "check your email for confirmation".
So I am following the docs at https://laravel.com/docs/6.x/verification for Laravel 6 I also looked online for some more detailed instructions and found this: https://www.itsolutionstuff.com/post/laravel-6-email-verification-tutorialexample.html
I installed the sendemail as instructed here https://tecadmin.net/install-sendmail-on-ubuntu/ I am not sure that is working - but to get Laravel show me the page with the "check your email for confirmation" - I dont think I need this?
Is there a step I am missing and is not described in the docs?