Мой код:
Код: Выделить всё
// To send HTML mail, the 'Content-type' header must be set
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
// Additional headers
$headers .= 'From: MyCompany ' . "\r\n";
Подробнее здесь: https://stackoverflow.com/questions/566 ... ail-header
Мобильная версия