<html>
<head>
<title> mail to all</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<?
$usermail = $_GET["usermail"];
echo "$usermail";

?>
</body>
</html>
