Mailinglisten-Archive |
> Grrr... > $header .= "Content-Type: text/plain; charset=\"iso-8859-15\"\n"; > > Ein " hat gefehlt. Tja, aber das Hauptproblem ist immer noch nicht gelöst: als Nachrichtentext kommt immer folgendes an: From: rwer (wsrew) Reply-To: rwer Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 8bit <snip> $header = "From: $sender_email ($sender_name)\n"; $header .= "Reply-To: $sender_email\n"; $header .= "Content-Type: text/plain; charset=\"iso-8859-15\"\n"; $header .= "Content-Transfer-Encoding: 8bit"; mail($HTTP_POST_VARS["recipient"], $HTTP_POST_VARS["subject"], "$header\n$fmtMail") </snip>
php::bar PHP Wiki - Listenarchive