Hi,
When I send non-English text in PHP online feedback forms, it comes as garbage in email client.
The webpage has 'charset=UTF-8' so it gets & sends right text, the php script use right mail call as here:
mail($mailto, $subject, $message,
"From: \"$name\"...