0
特定の電子メールアドレスに対してのみPHPを使用してメールサーバーからメールを送信しようとすると、このエラーが発生します。「Queue Expired」エラーを返すように電子メールが送信されました。
これは、受信者メールシステムによってスパムがブロックされていることに関連していますか? また、この問題は何の手掛かりですか?
Remote Server returned '550 4.4.7 QUEUE.Expired; message expired in unreachable destination queue. Reason: A matching connector cannot be found to route the external recipient'
以下はポートの詳細です。
$mail->SMTPSecure = 'tls';
$mail->Port = 587;