Project

General

Profile

Bug #17475 ยป class.t3lib_htmlmail.diff

Administrator Admin, 2007-07-16 18:33

View differences:

typo3_src-4.2.2.new/t3lib/class.t3lib_htmlmail.php 2008-10-09 10:51:27.000000000 +0200
$this->constructMixed($boundary);
} elseif ($this->theParts['html']['content']) {
// Generate plain/HTML mail
$this->add_header('Content-Type: ' . $this->getHTMLContentType() . ';');
$this->add_header('Content-Type: ' . $this->getHTMLContentType());
$this->add_header(' boundary="' . $boundary . '"');
$this->add_message('This is a multi-part message in MIME format.' . "\n");
$this->constructHTML($boundary);
    (1-1/1)