delayed receive email
Posted: Thu Mar 26, 2009 9:15 pm
hi to all
I am really tired to solve my problem regarding with delayed email receive on my website. I was using php mailer and I think there is no problem with my code because it was received, only it takes a couples of hours, I have created a ticket and submitted to the admin of my hosting server, including the header of receive email in yahoo and the code. According to the admin the problem is not them but they said yahoo has a problem.
Any suggestion would greatly appreciated.
thanks in advance
tirso
please find below the header, script and replied from hosting server administrator.
here is the full header of the test I was made in my yahoo account
hosting server administrator's reply:
I am really tired to solve my problem regarding with delayed email receive on my website. I was using php mailer and I think there is no problem with my code because it was received, only it takes a couples of hours, I have created a ticket and submitted to the admin of my hosting server, including the header of receive email in yahoo and the code. According to the admin the problem is not them but they said yahoo has a problem.
Any suggestion would greatly appreciated.
thanks in advance
tirso
please find below the header, script and replied from hosting server administrator.
here is the full header of the test I was made in my yahoo account
here is the php codeReturn-Path: <lany1431@web417.opentransfer.com>
Authentication-Results: mta347.mail.re4.yahoo.com from=cardzwap.com; domainkeys=neutral (no sig); from=cardzwap.com; dkim=neutral (no sig)
Received: from 71.18.216.120 (EHLO smh02.opentransfer.com) (71.18.216.120) by mta347.mail.re4.yahoo.com with SMTP; Wed, 25 Mar 2009 11:50:53 -0700
Received: from smh02.opentransfer.com (smh02.opentransfer.com [127.0.0.1]) by smh02.opentransfer.com (Postfix) with ESMTP id ADB496460F63 for <tjkgarcia@yahoo.com>; Wed, 25 Mar 2009 00:13:38 -0400 (EDT)
Received: (from mail@localhost) by smh02.opentransfer.com (8.13.8/8.13.8/Submit) id n2P4DcYH012563 for tjkgarcia@yahoo.com; Wed, 25 Mar 2009 00:13:38 -0400 smh02.opentransfer.com version=3.2.4
Received: from web417.opentransfer.com (web417.opentransfer.com [98.130.2.20]) by smh02.opentransfer.com (Postfix) with ESMTP id 8F37A64608AE for <tjkgarcia@yahoo.com>; Wed, 25 Mar 2009 00:13:38 -0400 (EDT)
Received: from web417.opentransfer.com (web417.opentransfer.com [127.0.0.1]) by web417.opentransfer.com (8.13.8/8.13.with ESMTP id n2P9R5Rj015090 for <tjkgarcia@yahoo.com>; Wed, 25 Mar 2009 05:27:05 -0400
Received: (from lany1431@localhost) by web417.opentransfer.com (8.13.8/8.13.8/Submit) id n2P9R5c6015083; Wed, 25 Mar 2009 05:27:05 -0400
To: tjkgarcia@yahoo.com
Subject: test
Date: Wed, 25 Mar 2009 05:27:05 -0400
From:
tirso <cardzwap@cardzwap.com>
Add sender to Contacts
Message-ID: <a1c330315a75dd0d60d3e05e2e8bff5d@tirso.webberzsoft.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="iso-8859-1"
Content-Length: 44
Code: Select all
?
require_once ("phpmailer/class.phpmailer.php");
$mail = new PHPMailer();
$mail->From = 'cardzwap@cardzwap.com';
$mail->FromName = 'tirso';
$mail->Subject = 'test';
$mail->Body = 'the quick brown fox jump over the lazy dog';
$mail->IsHTML(false);
$custEmail = 'tjkgarcia@yahoo.com';
$mail->AddAddress($custEmail);
if ($mail->Send())
{
echo "okey";
}
else
{
echo "not okey";
}
?Dear tirso,
Thank you for using our services.
We are sorry, but the problem is not with our mail server, as Yahoo is known to be implemented random SMTP connection throttling policy. That means, there is accepted limitation of incoming connections on Yahoo Server. If any other server is trying to send the message to any Yahoo mail account at the moment when this limit is exceeded, the message that was sent is waiting in the queue, and our server will be on-hold to try to send this message in some periods of time, until there would not be an ability to send (deliver) it within 3 days. In case, the message still was not sent (delivered), you are getting the bounce message in replay.
If you should need further assistance please don't hesitate to contact us again, we are available 24/7.
Kind regards,
Vladimir Rysht
Technical Support