How to Fix Laravel Email Issue
问题 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 回答1: You have to enable access to less secure apps in your google account security settings. 回答2: For configuring