From: [EMAIL PROTECTED]
Operating system: UNIX
PHP version: 4.0.5
PHP Bug Type: Mail related
Bug description: mail function dosn't work
Hello Dear Support Team,
I have got this php code on www.phpwebhosting.com
<?php
$IMPemail = "[EMAIL PROTECTED]";
$EncryptIMPemail = crypt (crypt(chop($IMPemail), "h3"), "Oi");
$uzenet = crypt (crypt(chop($IMPemail), "h3"), "Oi");
$SERVER_NAME = allasajanlat.hu;
mail("[EMAIL PROTECTED]", "T�ma", $uzenet,
"From: webmaster@$SERVER_NAME\nReply-To: webmaster@$SERVER_NAME\nX-Mailer: PHP/"
. phpversion());
Header( "Location: ./index.php");
exit;
?>
but unfortunately it doesn't send any mail to
[EMAIL PROTECTED]
You can try it by http://www.allasajanlat.hu/new/allregisztral.php
What is wrong with it?
Thank you for your help in advance
Best Regards
Tibor Szaraz
--
Edit Bug report at: http://bugs.php.net/?id=11051&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]