Mailinglisten-Archive |
> > Was mache ich denn falsche? > > > > 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> > > Erm was ist daran falsch ? Mach mich bitte drauf aufmerksam ... ach ja ... charset="iso-8859-15\n"; => charset=\"iso-8859-15\"\n; Die " sollten schon escaped werden und das \n aus dem charset raus. -boris
php::bar PHP Wiki - Listenarchive