php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16262 mail fucntion
Submitted: 2002-03-25 10:11 UTC Modified: 2002-03-25 10:26 UTC
From: leonidas at netsurfer dot gr Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.1.2 OS:
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: leonidas at netsurfer dot gr
New email:
PHP Version: OS:

 

 [2002-03-25 10:11 UTC] leonidas at netsurfer dot gr
I thing that sending email to a forwarding account using mail function doesn't work.

eg. leonidas@netsurfer.gr is forwarded to leo@freemail.gr

mail("leonidas@netsurfer.gr", "404", "Line 1\nLine 2\nLine 3");

doen't work but 
mail("leo@freemail.gr", "404", "Line 1\nLine 2\nLine 3");

works

You can check latest server info for www.netsurfer.gr
@ www.domainwhitepages.com

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-25 10:17 UTC] jan@php.net
The mail() function itself does not know if the provided adress is a forwarder or not; so this can't be a bug in PHP -> bogus.
 [2002-03-25 10:23 UTC] leonidas at netsurfer dot gr
ok I'll try to find what else could be wrong
 [2002-03-25 10:26 UTC] jan@php.net
should be bogus. only "real" bugs can be closed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC