What version of php are you using? the latest has mb automatically compiled in I think.

Anyway, I recommend that you look at php.net and go to the mb_send_mail function area. There are many comments regarding your question there.

Gary

On Friday, March 28, 2003, at 02:51 am, a.h.s. boy wrote:

I'm trying to have PHP send mail using utf-8, and I've added the appropriate header. The body of the email displays properly, but the subject line (which precedes the content-type header) displays as garbage (instead of, say, Greek).

Is there any way around this (preferably one that doesn't require mb support compiled into PHP), or am I doing something wrong at a more fundamental level?

Cheers,
spud.

-------------------------------------------------------------------
a.h.s. boy
spud(at)nothingness.org            "as yes is to if,love is to yes"
http://www.nothingness.org/
-------------------------------------------------------------------


-- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to