From: [EMAIL PROTECTED]
Operating system: Windows 2000 server
PHP version: 4.1.2
PHP Bug Type: Mail related
Bug description: mail() bug
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 bug report at http://bugs.php.net/?id=16172&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=16172&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=16172&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=16172&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=16172&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16172&r=support
Expected behavior: http://bugs.php.net/fix.php?id=16172&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=16172&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=16172&r=submittedtwice