<?php
$body = $_POST ["nachricht"];
$subject = $_POST ["betreff"];
$to = "
[email protected]";
$header = 'From:Kontaktformular' . "\r\n" ;
if (mail($to, $subject, $body, $header)) {
echo("<p>Message successfully sent!</p>");
} else {
echo("<p>Message...