|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-23 10:36 UTC] swm@php.net
[2001-06-12 17:34 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 18:00:01 2025 UTC |
Hello Dear Support Team, I have got this php code on www.phpwebhosting.com <?php $IMPemail = "tibor.szaraz@allasajanlat.hu"; $EncryptIMPemail = crypt (crypt(chop($IMPemail), "h3"), "Oi"); $uzenet = crypt (crypt(chop($IMPemail), "h3"), "Oi"); $SERVER_NAME = allasajanlat.hu; mail("tibor.szaraz@allasajanlat.hu", "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 tibor.szaraz@allasajanlat.hu 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