ow can I sen mails like
Posted: Wed Sep 20, 2006 6:56 am
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 .
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 .