Re: Sending E-mail with Internation Characters

Moriyoshi Koizumi <[email protected]>
Newsgroups gmane.comp.php.internationalization
Message-ID <[email protected]>
"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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.