Search found 2 matches

by POPDUM
Fri Feb 22, 2008 6:36 am
Forum: PHP - Code
Topic: PHP Mail corrupts German characters or newlines
Replies: 3
Views: 207

Re: PHP Mail corrupts German characters or newlines

Thanks very much kryles and PHPyounster; <br /> did the trick!
by POPDUM
Thu Feb 21, 2008 1:05 pm
Forum: PHP - Code
Topic: PHP Mail corrupts German characters or newlines
Replies: 3
Views: 207

PHP Mail corrupts German characters or newlines

Hi, I have to send email containing German characters (e.g. umlauts). I already had a script which worked with English characters, but it would mess up the German ones. So, I decided to use encoding in the header, and encoded it to UTF-8 as text/html (using text/plain does not work). Now, the German...