if( mail('email@website.de', $_POST['Betreff'], $_POST['Text'], 'From: ' . $_POST['Absender'] . "\n" . 'Content-Type: text/plain; charset="iso-8859-1"' . "\n" . 'Content-Transfer-Encoding: 8bit' ) ) {