phpbar.de logo

Mailinglisten-Archive

[php] Umlaute richtig mailen...

[php] Umlaute richtig mailen...

Steffen Rohe php_(at)_phpcenter.de
Fri, 7 Dec 2001 16:37:50 +0100


> 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