ID: 28368 Updated by: [EMAIL PROTECTED] Reported By: alfadur at free dot fr -Status: Open +Status: Bogus Bug Type: Mail related Operating System: Linux PHP Version: 4.3.5 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2004-05-12 14:27:47] 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 : [EMAIL PROTECTED] but I dont know why. if I try this : [EMAIL PROTECTED] it is ok, but I have an address : [EMAIL PROTECTED] and the "_@" create a bug. What can I do to send an e-mail to [EMAIL PROTECTED] without a calling error #1,5 ? Sorry for my poor english, I am french. ;) Reproduce code: --------------- <? mail($to, $subject, $message,$from); //where $to = "[EMAIL PROTECTED]" // $subject a subject // $message a message // $from an address ?> Actual result: -------------- Warning: mail(): Erreur d'appel #1.5 in ... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28368&edit=1