php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28368 Problem with function mail() and chars _@
Submitted: 2004-05-12 14:27 UTC Modified: 2004-05-12 15:28 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: alfadur at free dot fr Assigned:
Status: Not a bug Package: Mail related
PHP Version: 4.3.5 OS: Linux
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: alfadur at free dot fr
New email:
PHP Version: OS:

 

 [2004-05-12 14:27 UTC] alfadur at free dot fr
Description:
------------
I have a "Warning: mail(): Erreur d'appel #1.5 in ..." with 
the function mail() when I try to send an e-mail to this 
sort of address : xxx_@xxx.xxx but I dont know why. if I 
try this : xxx_x@xxx.xxx it is ok, but I have an address : 
myname_@hotmail.com and the "_@" create a bug.
What can I do to send an e-mail to xxx_@xxx.xxx without a 
calling error #1,5 ?

Sorry for my poor english, I am french. ;)

Reproduce code:
---------------
<?
mail($to, $subject, $message,$from);
//where $to = "mynane_@hotmail.com"
// $subject a subject
// $message a message
// $from an address
?>

Actual result:
--------------
Warning: mail(): Erreur d'appel #1.5 in ...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-12 15:28 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

This is not a PHP bug, the error you are seeing is 
generated by your mail server. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC