"Muhammed Mamedov" <[EMAIL PROTECTED]> wrote:

> Hi everybody!
> 
> I need to send e-mail from PHP, I send them using mail(...);, which can be
> written in several languages. In Greek or Turkish for example...
> 
> How do I manage to do this? ... I tried sending them using Unicode format,
> but in Outlook characters were not displayed correctly.

Most likely you haven't put correct headers such as Content-Type.

ex. Content-Type: text/plain; charset=UTF-8

When you send emails that is written in other charsets than 
ASCII, the header should be specified at the third parameter of mail().

Moriyoshi

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

Reply via email to