php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17051 mail() call failes
Submitted: 2002-05-06 16:47 UTC Modified: 2002-09-11 11:03 UTC
From: stefan dot pantke at epost dot de Assigned:
Status: Not a bug Package: Mail related
PHP Version: 4.2.0 OS: Win XP
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: stefan dot pantke at epost dot de
New email:
PHP Version: OS:

 

 [2002-05-06 16:47 UTC] stefan dot pantke at epost dot de
RESULT:

   Warning: Failed to Receive in
   d:\htdocs\sec\script\doemail.php on line 38

CODE:

  mail($_GET["email"], "Anmeldung durchgef?hrt",
 $message );

Details:

  XP -> 192.168.1.2
  Linux -> 192.168.1.3

XP sends to Linux box. Linux box configured as 
SMTP gate on php.ini

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-06 17:13 UTC] mfischer@php.net
Considering the error message, you don't happen to run a firewall or have some kind of connection problems from the XP host to your linux host?
 [2002-06-06 21:34 UTC] mfischer@php.net
Win32/mail code has been rewritten lately, especially the error reproting. Try a snapshot from http://snaps.php.net/win32/php4-win32-latest.zip
 [2002-09-11 11:03 UTC] sniper@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 10:01:28 2024 UTC