|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-20 06:24 UTC] sander@php.net
[2002-03-20 12:35 UTC] yaniv at drsbiz dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 15:00:01 2025 UTC |
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 anyname@eurocnet.com , it seems that eurocnet.com is not going through. (very strange) here is an example of the code: <? if (!(mail("yaniv@eurocnet.com","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