phpbar.de logo

Mailinglisten-Archive

[php] Umlaute richtig mailen...

[php] Umlaute richtig mailen...

S. Rohe php_(at)_phpcenter.de
Fri, 7 Dec 2001 12:38:24 +0100


> Versuchs mal mit charset="iso-8859-15".

Bekomme aber immer noch folgendes:

From: dsfs_(at)_jkasdf.com (dsfs)
Reply-To: dsfs_(at)_jkasdf.com
Content-Type: text/plain; charset="iso-8859-15\nContent-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