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

后端 未结 8 1724
予麋鹿
予麋鹿 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:40

    Use below code in .env file:

    MAIL_ENCRYPTION= TLS
    

    Try to clear cache , config cache , and restart apache2.

    It works.

提交回复
热议问题