Mail function strange problem

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
joker197cinque
Forum Newbie
Posts: 1
Joined: Thu Aug 27, 2009 3:09 am

Mail function strange problem

Post by joker197cinque »

I wrote a very simple email script and deployed it on 2 computers (Vista and XP) with apache and php installed (AppServ distribution).

These pc are connected to my home wireless router and the mail server to which I'm connecting to is the provider one.

I have NO script errors on both PC when I send emails.

From Vista PC all mails go well, but from XP one no one is sent.

XP Firewall is disabled and router firewall is disabled.

I also disabled Norton 360 from XP pc with no luck.

I know that under IIS (ASP, ASP.NET) the mail service writes a file in mailroot when the script is processed and then it is sent via network... Is it possible in apache/php ? Where can I find the mails file that are not gone via network ?

Or have you some ideas to how resolve this strange behavior on IDENTICAL script ? Which can be the cause ?

Any help appreciated :)

Regards.
Post Reply