the webmaster reply me with that i should include a helo to the smtp....
and send me some sample code.....
i put them in a place where i thought is right .....
but it still had no reaction!?
this is the code of the whole page..... :
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div align="center">
<form name="form1" method="post" action="alphamail.php">
<?php
$subject="Alpha_Mail_Application";
$to="clc@hkcccc.org".",";
$to.="tea_pot525@hotmail.com".",";
$returnmail="clc@hkcccc.org";
$headers .= "From: $sender <$senderemail> \n Content-Type: text/plain;
charset=big5\n Content-Transfer-Encoding: 8bit";
$headers .= "X-Mailer: PHP\n";
$headers .= "X-Priority: 3\n";
$headers .= "Return-Path: <$returnemail>\n";
if ( $Name ) {
if ( $Phone ){
$Body="³ø¦W±Òµo½Òµ{, ©m¦W: " . quotemeta($name) . "¹q¸Ü: " . quotemeta($phone);
$success =mail( $To, $Subject, $Body, $headers);
if ($success) {
echo "«H¥ó¤w¸g°e¥X!";
exit(0);
} else {
echo "±H«Hµo¥Í¿ù»~";
}
}
}
?>
<h1>§Ú·Q°Ñ¥[±Òµo½Òµ{! </h1>
<p>²{¦b°Ñ¥[±Òµo½Òµ{, ¥i¦bºô¤W³ø¦W</p>
<table width="50%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>©m¦W:</td>
<td>
<input type="text" name="name" size="30">
</td>
</tr>
<tr>
<td>Ápµ¸¹q¸Ü:</td>
<td>
<input type="text" name="phone">
</td>
</tr>
</table>
<p>
<input type="submit" name="Submit" value=" ±H¥X ">
<input type="reset" name="Submit2" value=" «¼g ">
<br>
<font color="#0099FF">±H¥Xªí®æ«á, §ÚÌ·|Ápµ¸§A</font></p>
</form>
</div>
</body>
</html>
do anyone see wht's wrong?