php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6862 mail() can not work with IIS5.0's SMTP
Submitted: 2000-09-23 09:28 UTC Modified: 2000-09-26 23:00 UTC
From: tcs at cyber dot cs dot ntou dot edu dot tw Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.1pl2 OS: Windows 2000 Server
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: tcs at cyber dot cs dot ntou dot edu dot tw
New email:
PHP Version: OS:

 

 [2000-09-23 09:28 UTC] tcs at cyber dot cs dot ntou dot edu dot tw
in the php.ini
-------------------------------------
[mail function]
SMTP = bioclass.cs.ntou.edu.tw 
sendmail_from = administrator@bioclass.cs.ntou.edu.tw 
;sendmail_path =
--------------------------------------

and in the php script
mail.php
--------------------------------------
<?
mail("tcs@cyber.cs.ntou.edu.tw","test","test");
?>
--------------------------------------

when I run 
php mail.php
it can not finish the script and no error message

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-23 14:00 UTC] tcs at cyber dot cs dot ntou dot edu dot tw
4.0.2 is ok
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 13:01:28 2024 UTC