# ДоХтор (28.09.2015 / 16:03)попробуй так
Да вроде есть у меня заголовки... Вот
<?php $headers = 'From: '. $from ."\r\n". 'MIME-Version: 1.0' ."\r\n". 'Content-type: text/html; charset=utf-8';
$headers = 'From: '. $from ."\r\n".
'To: user <user@example.com>' . "\r\n".
'MIME-Version: 1.0' ."\r\n".
'Content-type: text/html; charset=utf-8';