Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.php > #4695
| From | Arno Welzel <usenet@arnowelzel.de> |
|---|---|
| Newsgroups | de.comp.lang.php |
| Subject | Re: php mail ohne Umlaute auf Android |
| Date | 2021-03-22 18:59 +0100 |
| Message-ID | <ibs47aF4ru4U1@mid.individual.net> (permalink) |
| References | (2 earlier) <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> |
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