|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-09-25 04:36 UTC] aidan@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 03:00:01 2025 UTC |
Description: ------------ Sorry, i don't understand english... :( H?te : ns30992.ovh.net (213.186.57.191) Syst?me d'exploitation : Linux 2.4.26-grsec Serveur HTTP : Apache/1.3.31 (Unix) mod_gzip/1.3.19.1a PHP/4.3.7 mod_ssl/2.8.18 OpenSSL/0.9.6m Version PHP : 4.3.7 (Zend : 1.3.0) function mail() return true, but dont send mail when there is - - in the $to parameter. I'm using the Open Source "Os Commerce". The mail function is ok with the same 'open source', but with this parameters : Server Host: web30.60gp.ha.ovh.net (10.0.15.130) Server OS: Linux 2.4.27-mutu-piv HTTP Server: Apache PHP Version: 4.3.8 (Zend: 1.3.0) Reproduce code: --------------- <? if (mail("anonymus@webmaster-hub.com", "test2","test2"))echo"OK 1der"; if (mail("g-n-d@rayon-bien-etre.com", "test2","test2"))echo"<br>OK 2der"; ?> Output : OK 1 OK 2 In Outlook : OK 1 only. Expected result: ---------------- The first mail("anonymus@web.... return TRUE, The second mail("g-n-d@rayon.... return TRUE. But I receive the first, not the second. Whith the second server (Server Host:web30.60gp.ha.ovh.net (10.0.15.130)) i receive the first and the second mail. That's all ;) Thanks to say me if it's a real bug or not. anonymus@webmaster-hub.com +> Nicolas GALLE. (french).