2020-01-12 22:38:12 +01:00
|
|
|
<?php
|
2020-01-13 08:45:38 +01:00
|
|
|
$user = $_POST["user"];
|
2020-01-12 22:38:12 +01:00
|
|
|
?>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>e-Mail Verification</title>
|
|
|
|
</head> <body>
|
|
|
|
<?php
|
2020-01-13 08:48:41 +01:00
|
|
|
echo "<p>Bitte senden sie nun zur Verifikation eine e-Mail mit folgendem Inhalt an \"authentication@lostcave.ddnss.de\":</p>";
|
2020-01-12 22:38:12 +01:00
|
|
|
echo "<p>Blub Blub $user</p>";
|
|
|
|
?>
|
2020-01-12 22:36:39 +01:00
|
|
|
</html>
|