Alıntı
$headers .= "Content-type: text/plain; charset=iso-8859-9\n";
Böyle bir kod varsa 'plain' kısmını html yap (text/html), eğer yoksa bunu kullan,
Alıntı
$headers .= "Content-type: text/html; charset=iso-8859-9\n";
https://www.r10.net/webmaster-genel-k...tml#post458106