Привет всем. Подскажите пожалуйста, почему когда я получаю E-mail из этого кода subject пустой ? PHP: $to = [email='karenwin@mail.ru]'karenwin@mail.ru[/email]'; $subject = 'Тема письма'; $message = 'Текст письма'; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=utf-8' . "\r\n"; $headers .= 'To: example <info@example.com>' . "\r\n"; $headers .= 'From: example1 <info@example1.com>' . "\r\n"; mail($to, $subject, $message, $headers); Спасибо.