|
<?php
|
|
$user = $_POST["user"];
|
|
?>
|
|
|
|
<html>
|
|
<head>
|
|
<title>e-Mail Verification</title>
|
|
</head> <body>
|
|
<?php
|
|
echo "<p>Bitte senden sie nun zur Verifikation eine e-Mail mit folgendem Inhalt an \"authentication@lostcave.ddnss.de\":</p>";
|
|
echo "<p>Blub Blub $user</p>";
|
|
?>
|
|
</html>
|