Same problem. I solved it turning off TLS in .env and mail.php files
config/mail.php
'encryption' => 'tls'
.env
MAIL_ENCRYPTION=
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community