mail timout

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
piddle
Forum Newbie
Posts: 1
Joined: Fri Sep 19, 2003 6:29 am

mail timout

Post by piddle »

I have 2 win2k servers running iis5, both running php. 1 will sendmail from php scripts the other gives a timeout but still sends the mail. It appears to fail beofre executing the next line of cde after the sendmail. I have tried various different scripts (as php scripting is not my thing) All work fine on the 1st server but timeout on the second...... As far as I can see there are no config differences between the 2 servers and I'm only trying to send 1 mail to 1 address so it's not timing out due to loads of addressess....... Anyway my brain is now melting and I can't cope any more.... Any ideas on troubleshooting or error handling so I could narrow it down to a specific problem?????
Post Reply