I'm implementing Laravel 5.8 built-in Email Verification feature but unfortunately I couldn't figure the bug.
I've added the MustVerifyEmail interface in ,y User Model.
This is my .ENV file in Laravel. Same configuration I used in mail.php.
.env
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=465
MAIL_USERNAME="<My user Name>"
MAIL_PASSWORD="<My Password>"
MAIL_ENCRYPTION=ssl

via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire