# Str@nnik (28.09.2015 / 16:06)А разве получатель должен в заголовки добавляться?
попробуй так
$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';
У меня отправка выглядит так
mail($to, $thm, $txt, $headers);