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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
14 - 13 = ?
Subscribe to this entry?

 
 [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: Fri Apr 26 14:01:29 2024 UTC