PHPMailer を使用して、PHP (PHP バージョン 5.3.7) でメールを生成しています。しかし、何度も試してみましたが、PHPMailer はプロバイダーの設定では機能せず、gmail アカウントでは機能しません。私の設定:
SMTP = true
SMTPAuth = true
CharSet = UTF-8
SethSecure = ""
Host = smtp.strato.de
User = myemail
Password = **********
port = 587
しかし、PHPMailer は (デバッグ モードで) 次のメッセージを返します。
SMTP -> ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed:
node name or service name not known (0)
The following From address failed: info@burk-co.com : Called Mail() without being connected
このエラーの原因と理由がわからないので、助けてください。