php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6742 mail function fails
Submitted: 2000-09-13 20:27 UTC Modified: 2002-04-23 00:41 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: L dot S dot Davis at exeter dot ac dot uk Assigned:
Status: Closed Package: *Mail Related
PHP Version: 4.0.2 OS: Windows 2000
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: L dot S dot Davis at exeter dot ac dot uk
New email:
PHP Version: OS:

 

 [2000-09-13 20:27 UTC] L dot S dot Davis at exeter dot ac dot uk
<?
     echo "Doing mail\n";
  mail("L.S.Davis@ex.ac.uk", "Hello", "Message\n", "");

?>

gives output:

Doing mail
<br>
<b>Warning</b>:  Unknown error in <b>E:mailtest.PHP</b> on line <b>3</b><br>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-29 00:29 UTC] sniper@php.net
Leave the last parameter out completely if you don't have any 
additional headers to add.

--Jani
 [2000-11-22 05:21 UTC] sniper@php.net
After a few emails this really got solved.
Adding -c/path/to/phpini/ (command line) 
was the solution.

--Jani
 [2002-03-25 11:15 UTC] ggavilan at ucauca dot edu dot co
Leaving aditional headers field empty does not solve the problem!!!  y have the same problem and it still gives the sasme out pu: unknown error

Pleas Help
 [2002-03-25 13:22 UTC] mfischer@php.net
Err well .. please update your PHP version first.
 [2002-04-23 00:41 UTC] sniper@php.net
Please don't reopen bugs which someone _else_ comments about..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC