ID: 11051
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: Mail related
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
No feedback, can't reproduce.
Previous Comments:
---------------------------------------------------------------------------
[2001-05-23 10:36:58] [EMAIL PROTECTED]
More information required: Does any email get sent? Do you have a syslog entry for the
mail?
I cannot workout which part of your site (linked) results in an email being sent
(cannot understand =)
---------------------------------------------------------------------------
[2001-05-23 07:56:34] [EMAIL PROTECTED]
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_NAMEnReply-To: webmaster@$SERVER_NAMEnX-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
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11051&edit=2
--
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]