I wrote a PHP site for manufacturer that their dealers use to mail price quotes to customers. When one of their dealers logs on, he gets the error below. I can log on and send a quote just fine. Mail processing is all done on the server (CodeIgniter/PHP). I’m a bit stumped how to troubleshoot this one. Suggestions?
[CODE]220 mail11.m****here.biz ESMTP
hello: 250-mail11.m****here.biz
250-PIPELINING
250-8BITMIME
250-SIZE 26214400
250 AUTH LOGIN PLAIN CRAM-MD5
from: 250 ok
data: 503 RCPT first (#5.5.1)
The following SMTP error was encountered: 503 RCPT first (#5.5.1)
502 unimplemented (#5.5.1)
The following SMTP error was encountered: 502 unimplemented (#5.5.1)
Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.
User-Agent: CodeIgniter
Date: Wed, 24 Aug 2011 14:59:26 -0500
Subject: =?utf-8?Q?System_Quote?=
From: “Dealer Name”
Return-Path:
Reply-To: “[email protected]”
X-Sender: [email protected]
X-Mailer: CodeIgniter
X-Priority: 3 (Normal)
Message-ID: [email protected]
Mime-Version: 1.0
[/CODE]
Other dealers are not having troubles. This is the first report of any troubles. Could it somehow be related to the migration? Maybe his DNS is out of date and pointing to old servers or something?