Index: class.t3lib_htmlmail.php
===================================================================
RCS file: /cvsroot/typo3/TYPO3core/t3lib/class.t3lib_htmlmail.php,v
retrieving revision 1.6
diff -a -b -u -r1.6 class.t3lib_htmlmail.php
--- class.t3lib_htmlmail.php 14 Apr 2004 09:12:20 -0000 1.6
+++ class.t3lib_htmlmail.php 17 May 2004 15:32:45 -0000
@@ -534,7 +534,7 @@
$this->constructAlternative($newBoundary); // Adding the plaintext/html mix
$this->constructHTML_media($boundary);
- $this->add_message("--".$boundary."--\n");
+ // $this->add_message("--".$boundary."--\n");
} else {
$this->constructAlternative($boundary); // Adding the plaintext/html mix, and if no media, then use $boundary instead of $newBoundary
}