phpbar.de logo

Mailinglisten-Archive

[php] ASCII Format in emails

[php] ASCII Format in emails

Valentin Funk php_(at)_phpcenter.de
29 Jan 2002 18:00:32 +0100


Am Die, 2002-01-29 um 13.09 schrieb Stefan:

> anscheined verschcikt mein Webspace mails automatisch im US ASCII Format so
> das Umlaute nicht korrekt dargestellt werden. WIe kann man php dazu zwingen
> es im korrekten ASCII Code zu verschicken ?

-> php.net/mail

->>
bool mail (string to, string subject, string message [, string
additional_headers, string [additional_parameters]])

Also, hepp, additional_headers dürfte die Lösung sein. Gib dort

"Content-Type: text/plain;
	charset=ISO-8859-1
Content-Transfer-Encoding: 8bit"

an (Zeilenumbrüche behalten!), und es müsste klappen.


Noch eine Frage (OT) an alle:

was ist eigentlich

	Content-Transfer-Encoding: quoted-printable

genau? Vor allem im Unterschied zu

	Content-Transfer-Encoding: 8bit


Grüße
Valentin


php::bar PHP Wiki   -   Listenarchive