php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13389 mail() function will not connect SMTP server when IIS config w/ php4isapi.dll
Submitted: 2001-09-22 10:06 UTC Modified: 2001-09-22 10:09 UTC
From: dean dot gossi at usa dot xerox dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.0.6 OS: Windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dean dot gossi at usa dot xerox dot com
New email:
PHP Version: OS:

 

 [2001-09-22 10:06 UTC] dean dot gossi at usa dot xerox dot com
I read your www.php.net/bugs-dos-and-donts.php file.  Here is your information.

Explain the type of information you require to answer this problem, and explain why this bug is rejected, on what grounds?

Remember, I am providing this information for FREE, you are getting free pairwise/integration testing.  You should take more than 2 minutes to evaluate a problem.  Here are your details.....follow this procedure to replicate.

This is very simple.
1. Windows 2000 server with SP2 running IIS 5.0.
2. There are 2 ways to setup PHP with IIS.
	First way:
	a) IIS manager
	b) Select Website properties
	c) Select Home Directory Tab 
	d) Select Configuration
	e) Select Add
	f) Select Executable: c:\php\php.exe (this is where I installed it)
	g) Select Extention: .php
	h) Select "All Verbs" and "Script Engine" check boxes.

	THIS METHOD WORKS CORRECTLY WITH OUR SMTP SERVER AND THE PHP MAIL FUNCTION
	WE CAN SEND OUT MAIL NO PROBLEM.

	Second way:
	a) IIS manager
	b) Select Website properties
	c) Select Home Directory Tab 
	d) Select Configuration
	e) Select Add
	f) Select Executable: c:\php\sapi\php4isapi.dll (this is where I installed it)
	g) Select Extention: .php
	h) Select "All Verbs" and "Script Engine" check boxes.

	THIS METHOD DOES NOT WORK WITH OUR SMTP SERVER.
	WE CANNOT SEND OUT MAIL NO PROBLEM.

Derek, I suggest you give some more details as to why you rejected this problem.
How can you determine it is bogus within 2 minutes, please provide your rational.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-22 10:09 UTC] derick@php.net
Ok, one more time: This is probably not a bug, please ask for support questions on the php-install@lists.php.net mailing list.
And there is no need to create a new bug report (if there is any bug) for the same bug, just update the original one.

Derick (and not Derek)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 04:01:30 2024 UTC