Sending a UTF-8 email subject using php mail() function
August 20th, 2007 Noor
Tonight i was trying the php mail() library function to send email and i have noticed something regarding send the subject in arabic, where it reaches email clients like thunderbird and firefox normal but reaches web email clients like squirrel mail and others like this:
so i did some googling and i found out that it can be easily done through the following:
after using the above code i get the message perfectly like this:
i hope that this was useful.
Posted in PHP | No Comments »


