Page 1 of 1

ow can I sen mails like

Posted: Wed Sep 20, 2006 6:56 am
by elalux
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 .

Posted: Wed Sep 20, 2006 8:31 am
by Klemen
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).