Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Hi. masters.
This is my question.
When I want send a mail from my php (from NOREPLY@mydomain.com) script I use the follow:
$header ="From: NOREPLY@mydomain.com\n";
$header .="Reply-To: NOREPLY@mydomain.com\n";
$header .= "X-Mailer: PHP/".phpversion()."\n";
$header .= "Content-Type: text/html\n";
$menssage="This is my Message";
$mail_dest="user@mydomain.com";
@mail($mail_dest," NEW Comment",$menssage,$header);
---------------------------------------
When the mail is sended to any address arrive immediately , but when is sended to a hotmail account delay many time of arrive to the adressee.
I can see, when some vistor send a ticket from Yunkyard Ticket System, the mail receipt requested to the sender arrive immediately although the receiver is a hotmail account.
How can I make for my mails sended from my @mail function arrive to quikly to hotmail adressee like Yunkyard Ticket System?
I hope explain fine.
From now, thanks .
ow can I sen mails like
Moderator: mkoch227
Hesk uses the same mail() php function. Delays usually occur when hotmail (or other mail servers) are under a lot of load (high traffic hours).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools