Hallo,
auf meiner Website betreibe ich ein Kontaktformular.
form-mailer.php:
<?php
// ======= Konfiguration:
$mailTo = '
[email protected]';
$mailFrom = '"anfrage" <
[email protected]>';
$mailSubject = 'anfrage';
$returnPage = 'erfolgreich.html';
$returnErrorPage = 'Fehler-aufgetreten.html'...