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\" <$email>\nReply-To: \"$name\" <$email>\nX-Mailer: chfeedback.php 2.01" );
Please advice how it can be fixed.
Thanks.
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\" <$email>\nReply-To: \"$name\" <$email>\nX-Mailer: chfeedback.php 2.01" );
Please advice how it can be fixed.
Thanks.