I have built a multi-language website using Flash and XML and have encountered a problem with sending mail from the site - the mail content is generated via php but for certain languages (Russian and Greek) the mail is just gibberish when it's received. I've altered my settings in outlook to greek but the mail is still illegible.
The text of the php file is saved as utf-8 unicode but the encoding is being lost when the mail is sent. Does anyone have experience of getting around this problem?
The text of the php file is saved as utf-8 unicode but the encoding is being lost when the mail is sent. Does anyone have experience of getting around this problem?