ID: 16172 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Mail related Operating System: Windows 2000 server PHP Version: 4.1.2 New Comment:
It seems your mailserver is blocking that domain. Not a bug in PHP. Previous Comments: ------------------------------------------------------------------------ [2002-03-19 14:19:35] [EMAIL PROTECTED] I did a normal installation of PHP. I'm tring to send email using mail() function and I have no problem sending email to any address except [EMAIL PROTECTED] , it seems that eurocnet.com is not going through. (very strange) here is an example of the code: <? if (!(mail("[EMAIL PROTECTED]","test","test"))) echo "email not sent"; else echo "email send"; ?> here is the error message that comes up on the screen: Warning: Server Error in D:\My WebSite\disconnew\email.php on line 3 email not sentPHP Warning: Server Error in D:\My WebSite\disconnew\email.php on line 3 good luck thanks ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16172&edit=1