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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sat Apr 20 08:01:30 2024 UTC