View Single Post

  #7 (permalink)  
Old 02-27-2005
Oliver Spiesshofer
 
Posts: n/a
Default Re: umlaut in mail sent by php?

Philip Ronan <invalid@invalid.invalid> wrote in
news:BE467201.2C022%invalid@invalid.invalid:

> 1. Read RFC 2047
> 2. Read my last post in this thread


thanks. I got now what you meant.

I found the (IMHO) easiest way to deal with it.
I simply run the subject through a mb_encode_mimeheader().

This worked very nicely.

Oliver


Reply With Quote