The code:
On FLash
loadVariablesNum("mail.php3", 5, "POST");
<?php
mail("xirika@hotmail.com", $subject, $message, "From: beAgency\nReply-To: $from\nX-Mailer: PHP/" . phpversion());
?>
Well it works, but when i receive the mail, chars like ç and ã that exist in the protuguese keyboard are all fucked up.
Anyone knows why?


