problem solving

problem solving

hi

I recorded the configuration information related to the email in Laravel as follows

MAIL_DRIVER=smtp
MAIL_HOST=smtp.zeptomail.eu
MAIL_PORT=587
MAIL_PASSWORD=yA6KbHsJv1iklzlZEhQ0hseO8Iti+vxr2n6x4CnjK8wvK9Pg3qE51hdtK4S+dDDY2ICH5/lVYokQdIq9ttlZdpc2M9MCLZTGTuv4P2uV48xh8ciEYNYmgpqtBLMTFqZBcBkmDy81Qb0=

I wrote like this again


MAIL_DRIVER=smtp
MAIL_HOST=smtp.zeptomail.eu
MAIL_PORT=587
MAIL_USERNAME=emailapikey
MAIL_PASSWORD=yA6KbHsJv1iklzlZEhQ0hseO8Iti+vxr2n6x4CnjK8wvK9Pg3qE51hdtK4S+dDDY2ICH5/lVYokQdIq9ttlZdpc2M9MCLZTGTuv4P2uV48xh8ciEYNYmgpqtBLMTFqZBcBkmDy81Qb0=

But this error comes

Swift_TransportException thrown with message "Connection could not be established with host smtp.zeptomail.eu [Connection refused #111]"

Help me please