Re: question about mail
Moriyoshi Koizumi <[email protected]>
| Newsgroups | gmane.comp.php.internationalization |
|---|---|
| Message-ID | <[email protected]> |
On 2004/02/04, at 15:43, Ligaya Turmelle wrote: > I did and I got the unicode to work but then the japanese wasn't being > sent. > Instead of viewing the Japanese in outlook I would get the base 64 > encoding > . If I remove the base 64 encoding I receive garbage. Can you think > of > anything else? Oops, forgot to mention that you don't have to base64_encode the mail body when it comes to mb_send_mail(). You can safely pass it to mb_send_mail as is. Moriyoshi > Respectfully, > Ligaya Turmelle -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php