MAIL_MAILER=smtp
MAIL_HOST=smtp.google.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=********
MAIL_ENCRYPTION=tls
[email protected]
MAIL_FROM_NAME="${APP_NAME}"
This question already has answers here:
Expected response code 220 but got code “”, with message “” in Laravel
My Laravel app was working fine. For some days the error shows up as
SwiftTransportException Expected response code 220 but got an empty response
New contributor
Satish Mondojie is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1