Hallettim.
if( $config['mail_user'] ) {
$row = $db->super_query( "SELECT email, user_group FROM " . PREFIX . "_users WHERE name='".$to_mail."'" );
if ($row['user_group'] != 1 || $config['mail_cadm']) {
$mail = "Bu mail size ".$config['http_home_url']." daki yazınıza yorum gonderildiginden dolayı gonderilmistir. ".$config['http_home_url']."index.php?newsid=".$post_id." Linki tıklayınız. ";
$subjectm = "=?iso-8859-9?b?" . base64_encode(YorumGeldi) . "?=";
$headersm = "Content-type: text/plain; charset=iso-8859-9rn";
$headersm .= "Content-Transfer-Encoding: 8bitrn";
$headersm .= "From: rn";
mail($row['email'], $subjectm, $mail, $headersm);
}
}
şekilde halloldu.