Posted by amygdala on 08/22/07 19:11
"amygdala" <noreply@noreply.com> schreef in bericht
news:46cc8851$0$25492$9a622dc7@news.kpnplanet.nl...
>
<snip>
> Although I only had a quick glance at your class, and it probably does the
> job well, it looks like a bit of overkill for my purposes. So in
> conclusion, is it fair to say that I only need to change:
>
> $headers .= 'Content-Transfer-Encoding: 8bit' . LF;
>
> to
>
> $headers .= 'Content-Transfer-Encoding: quoted-printable' . LF;
>
> and leave
>
> $headers .= 'Content-Type: text/plain; charset=iso-8859-1' . LF;
>
> as is?
>
To answer my own question, it doesn't suffice. Without charset=utf-8, my
test mail (sometimes) still shows up as
test ëèï
[Back to original message]
|