if($send){$hearer="From:$from\nReply-To:$from\nX-Mailer: PHP/".phpversion()."\nContent-Type:text/html";$result=mail($to,$subject,$body,$hearer);if($result)echo "邮件已成功发送";}?>