Register email verification on production
I have Google SMTP in my app.
Basic forms like contact works well.
Problem is when user register into application, he catch notification "confirm email" but this emails are not send.
When i run php artisan queue:work its send all verification mails for every users.
How to repair / change this?
Any idea?
Basic forms like contact works well.
Problem is when user register into application, he catch notification "confirm email" but this emails are not send.
When i run php artisan queue:work its send all verification mails for every users.
How to repair / change this?
Any idea?