Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.php > #4695
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Arno Welzel <usenet@arnowelzel.de> |
| Newsgroups | de.comp.lang.php |
| Subject | Re: php mail ohne Umlaute auf Android |
| Date | Mon, 22 Mar 2021 18:59:07 +0100 |
| Lines | 36 |
| Message-ID | <ibs47aF4ru4U1@mid.individual.net> (permalink) |
| References | <s1qb4f$pvn$1@gwaiyur.mb-net.net> <ib9b45FekbdU2@mid.individual.net> <s2pmls$sn5$2@gwaiyur.mb-net.net> <ibbsroFttopU1@mid.individual.net> <s2s8bj$564$1@gwaiyur.mb-net.net> <ibhqm3F4gasU1@mid.individual.net> <s39e2g$o98$2@gwaiyur.mb-net.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | individual.net e8FqRADKeyyX3mGE6KXs3Qg/zVmDKcTWdNBBI8QPMKOyKs11o4 |
| Cancel-Lock | sha1:r6RtSTeWWrv5BtFQKslEzct7z9I= |
| In-Reply-To | <s39e2g$o98$2@gwaiyur.mb-net.net> |
| Xref | csiph.com de.comp.lang.php:4695 |
Show key headers only | View raw
Jan Novak: > Am 18.03.21 um 21:14 schrieb Arno Welzel: >>> This is a multi-part message in MIME format. Your mail reader does not >>> understand MIME message format. >>> --=_ZG_static >>> Content-Type: text/plain; charset=windows-1252 >>> Content-Transfer-Encoding: quoted-printable >> >> Theoretisch ist windows-1252 kompatibel zu ISO-8859-1 was die Umlaute >> betrifft. Aber wozu Multipart? Sind da Anhänge dabei? Ist es eine >> HTML-Mail, wo der Text als alternativer Part mitgeschickt wird? >> PHPMailer kann auch reinen Text schicken. Ebenso gibt es die >> Eigenschaften "Encoding" und "CharSet", um den Zeichensatz des Textes >> anzugeben und die gewüschte Codierung. > > > > Ja, es handelt sich um eine HTML formatierte Mail mit PDF Anhang. > Wozu gibt es "Encoding" _und_ "Charset". > Kann ich diesen Eigenschaften UTF-8 zuordnen? Siehe hier: <https://phpmailer.github.io/PHPMailer/classes/PHPMailer.PHPMailer.PHPMailer.html#property_CharSet> <https://phpmailer.github.io/PHPMailer/classes/PHPMailer.PHPMailer.PHPMailer.html#property_Encoding> Du könntest versuchen, Encoding auf "8bit" zu setzen und Charset auf "UTF-8". Dann musst Du aber auch sicherstellen, dass der entsprechende Part auch wirklich UTF-8 ist. -- Arno Welzel https://arnowelzel.de
Back to de.comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar
php mail ohne Umlaute auf Android Jan Novak <repcom@gmail.com> - 2021-03-04 11:00 +0100
Re: php mail ohne Umlaute auf Android Rudolf Harras <rudolf.harras@mailinator.com> - 2021-03-15 15:37 +0100
Re: php mail ohne Umlaute auf Android Arno Welzel <usenet@arnowelzel.de> - 2021-03-15 16:00 +0100
Re: php mail ohne Umlaute auf Android Jan Novak <repcom@gmail.com> - 2021-03-16 08:27 +0100
Re: php mail ohne Umlaute auf Android Arno Welzel <usenet@arnowelzel.de> - 2021-03-16 15:15 +0100
Re: php mail ohne Umlaute auf Android Jan Novak <repcom@gmail.com> - 2021-03-16 16:00 +0100
Re: php mail ohne Umlaute auf Android Jan Novak <repcom@gmail.com> - 2021-03-17 07:41 +0100
Re: php mail ohne Umlaute auf Android Claus Reibenstein <creibens@gmail.com> - 2021-03-17 16:21 +0100
Re: php mail ohne Umlaute auf Android Jan Novak <repcom@gmail.com> - 2021-03-18 07:17 +0100
Re: php mail ohne Umlaute auf Android Thomas Hochstein <thh@thh.name> - 2021-03-18 11:47 +0100
Re: php mail ohne Umlaute auf Android Jan Novak <repcom@gmail.com> - 2021-03-22 07:37 +0100
Re: php mail ohne Umlaute auf Android Arno Welzel <usenet@arnowelzel.de> - 2021-03-18 21:14 +0100
Re: php mail ohne Umlaute auf Android Jan Novak <repcom@gmail.com> - 2021-03-22 07:39 +0100
Re: php mail ohne Umlaute auf Android Arno Welzel <usenet@arnowelzel.de> - 2021-03-22 18:59 +0100
Re: php mail ohne Umlaute auf Android Thomas Hochstein <thh@thh.name> - 2021-03-22 19:01 +0100
Re: php mail ohne Umlaute auf Android k@rl.pflaesterer.de (Karl Pflästerer) - 2021-03-16 16:13 +0100
csiph-web