gudn tach!
Zur Zeit sieht der Code folgendermassen aus:
$email_header .= "Content-type: text/plain; charset=iso-8859-1\n";
$email_header .= "From: info@mydomain.de\n";
$email_header .= "Reply-To: info@mydomain.de\n";
$email_header .= "Content-Transfer-encoding: 8bit\n";
$email_header .= "Organization: Meine Firma\n";
$email_header .= "X-Sender: " . phpversion() . "";
[...]
"Multiple extra headers should be separated with a CRLF (\r\n)."
<http://de2.php.net/manual/en/function.mail.php>
prost
seth