ow can I sen mails like

Everything that doesn't belong to any other forum but this one. If it doesn't belong here then it ... well, it just doesn't.

Moderator: mkoch227

Post Reply
elalux
Posts: 2
Joined: Wed Sep 20, 2006 6:42 am

ow can I sen mails like

Post 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 .
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply