I\'m having a challenge with sending emails with arabic content using PHP\'s mail function. Let\'s say I have this simple arabic string:
بريد
I\'ve tried sev
Try this
$headers .= 'From: =?UTF-8?B?'.base64_encode($from). "\r\n";