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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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 Nov 21 23:01:29 2024 UTC