Swift_TransportException Expected response code 220 but got an empty response

13 Views Asked by At

My Laravel app was working fine. For some days the error shows up as

Swift_TransportException Expected response code 220 but got an empty response

I'm using Hostinger Titan email

my configuration is

MAIL_MAILER=smtp
MAIL_HOST=smtp.titan.email
MAIL_PORT=587
[email protected]
MAIL_PASSWORD="***********"
MAIL_ENCRYPTION=tls
[email protected]
MAIL_FROM_NAME="${APP_NAME}"

The thing is that this works correctly in my localhost.

I have tried changing the configuration port, deleted the email and created it again but nothing works.

0

There are 0 best solutions below