added a message at the end

This commit is contained in:
Thies Mueller 2021-01-08 16:27:25 +01:00
parent 097742260a
commit 12eb264e57

View File

@ -21,3 +21,4 @@ $headers = 'From: '.$sender.' '. "\r\n" .
mail($to, $subject, $message, $headers); mail($to, $subject, $message, $headers);
?> ?>
<h1>Maybe there is a mail in your inbox now...</h1>