Good day!
$headers = 'MIME-Version: 1.0 Content-type: text/html; charset=utf-8'; $subject = 'Я люблю людей!'; $mailtxt = 'Грёбанный кибастут!'; mb_language("uni"); mb_send_mail("peoples@yandex.ru", $subject, $mailtxt, $headers); Why is the text not displayed in the letter? Is there a problem in the code, or in .htaccess? By the way, I will give its contents:
RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html php_value mbstring.func_overload 1 php_value mbstring.internal_encoding UTF-8 php_value mbstring.http_output UTF-8 php_value mbstring.http_input UTF-8