Просмотр поста

.
Str@nnik
# ДоХтор (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';