Как отправить?
в 1.10 не так всё
</body> </html> <?php $letter = '<h1 style="color:red">Привет</h1><hr/><h3 style="background:yellow">мир!</h3>'; $recipient = 'test@blabla.com'; $subject = 'Приветствие'; $let_type = 'text/html'; cmsCore::getInstance()->mailText($recipient, $subject, $letter, $let_type); ?>