Possible Duplicate:
How do I send emails with Arabic content via PHP's mail function?
I am using function to send email but I have a problem if send the message in Arabic language !
the text will be like that :
ãÑÍÈÇ \\r\\nßíÝß \\r\\nÃäÇ ÇÍãÏ
function send_mail($to,$from,$title,$msg){
/*
function name : send_mail
date : 20.06.2009 09:38:29
*/
$headers="from:$from";
$subject=$title;
if( mail($to,$subject,$msg,$headers) ){
return true;
}else{
return false;
}
}
How to fix it ?
that may be a problem of content transfer