coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
621 stars 358 forks source link

No Registration Email #38

Open adikat opened 4 years ago

adikat commented 4 years ago

The registration verify email is not working, I'm not getting any errors. The account is created but the email is not sent out. The email module in Admin is working fine, emails are getting sent out.

I can't find where the email is getting created and sent, there must be an event listener somewhere. I am unable to hunt it down.

rakieta2015 commented 4 years ago

In our project there is no mechanism to send an verification E-mail during the user registration process. After correctly completing the registration form and send it, you can immediately log in as a new user.