On Sat, 1 Feb 2003, Moriyoshi Koizumi wrote: > Hayk Chamyan <[EMAIL PROTECTED]> wrote: > > Maybe you need to add some additional functionality to checking additional_headers >parameter?
The following is working for me: $headers .= "Content-Type: text/html; charset=utf-8"; break; } mb_language("uni"); $message = chunk_split(base64_encode($message)); mb_send_mail($to, $subject, $message, $headers); } ========================= The only problem I have had is: When this goes out to a cellphone in Japan, it seems that the attachment does not get converted and appears as garble on the cellphone screen. The text in the email does not appear, at all... :( Maybe the cellphone is not able to convert? Or is there some adjustment needed, perhaps? -- Tony Laszlo http://www.issho.org/laszlo.html -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php