php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #451 Mail Hangs
Submitted: 1998-06-11 11:19 UTC Modified: 1998-10-03 16:10 UTC
From: bill at igic dot com Assigned: shane (profile)
Status: Closed Package: Misbehaving function
PHP Version: other OS: Windows NT 4.0 Service Pack 3
Private report: No CVE-ID: None
 [1998-06-11 11:19 UTC] bill at igic dot com
Release Information from phpinfo();
System: Windows NT 4.0 build 1381
Build Date: Jun 6 1998

Using Microsoft SMTP Server set up on port 25.
Mail sent from PHP just hangs as an active session under the Mail Server.

Normally I'd chalk it up to Microsoft's product just not quite working right but the SMTP Server will properly send mail from all other utilities on the box and will relay mail from other machines.  Only PHP causes it to hang.

SMTP Server and from address are set in the .ini file.

mail function called as follows: (this is just a test)

$to = "bill@igic.com";
$subject = "Hello";
$message = "Welcome!";
mail($to,$subject,$message,"From: bill@igic.com");

Tried it without the 4th arguement as well.
Tried it with a variety of other header arguements.

The Mail does not get sent, the page hangs and eventually PHP times out.

I'm at wits end.  I could point PHP to another SMTP server but I'd like everything to be self contained.

Thanks.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-10-03 16:10 UTC] shane
Please try with latest cvs and email me.

No response since my last message, closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 12:01:30 2024 UTC