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
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:
50 - 18 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 05:01:28 2024 UTC