Connection could not be established with host mailtrap.io [php_network_getaddresses: getaddrinfo failed: No such host is known. #0]

后端 未结 8 1728
予麋鹿
予麋鹿 2020-12-19 02:07

I am getting below error:

Connection could not be established with host smtp.gmail.com [php_network_getaddresses: getaddrinfo failed: No such host is kno

8条回答
  •  执念已碎
    2020-12-19 02:35

    I just had this same problem.

    It looks like the server is not able to ping the destination address.

    I did a quick restart of my dev server and everything is back to normal.

    Hope that helps.

提交回复
热议问题