Debugging send the email is never been easy. With this library you can debug and check your email smtp problem.
Install this library with command :
composer require crocodicstudio/email-tester
Recommended laravel version 5.7 up . If you use 5.4 or bellow you have to add service provider manually
crocodicstudio/emailtester/EmailTesterServiceProvider::class
to config/app.php (Providers section)
Just visit the url /email-tester at the browser.
To disable this email tester, you can add EMAIL_TESTER=false
to your .env