php_network_getaddresses: getaddrinfo failed: Name or service not known (0) Failed To Connect..!

前端 未结 3 1760
北荒
北荒 2021-01-29 08:35

I am using php mailer function but getting following error.How to fix it ?

2016-01-22 06:15:48 SMTP ERROR: Failed to connect to server: php_network_ge

3条回答
  •  野的像风
    2021-01-29 09:00

    It means that either the address you are trying to connect to does not have a DNS entry, or your DNS is not working. Please read the troubleshooting guide. You also need to update your PHPMailer.

    https://github.com/PHPMailer/PHPMailer/issues/340

提交回复
热议问题