Bug #19441 » class.t3lib_htmlmail.diff
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);
|