Index: /changelog
===================================================================
--- /changelog	(revision 7980)
+++ /changelog	(revision 7981)
@@ -502,4 +502,5 @@
 - Bugfix: Problem beim Upload von Bildern in der Mediathek bekomen (Bilder wurden nicht direkt nach Upload angezeigt)
 - Bugfix: KompatibilitÃ€t mit alten Bestellungen verbessert (KostenschlÃŒssel Versandarten auf Gewicht)
+- Bugfix: Leere HTML Mails 
 - Feature: Staffelpreise kÃ¶nnen jetzt angewendet werden wenn im Backend ein Produkt hinzugefÃŒgt wird #776
 - Feature: Abo Modul: Spalten im Backend lassen sich sortieren
Index: /lib/filter_functions.inc.php
===================================================================
--- /lib/filter_functions.inc.php	(revision 7980)
+++ /lib/filter_functions.inc.php	(revision 7981)
@@ -259,11 +259,9 @@
     }
     
-    function wpsg_mail_content_type()
-    {
-    
-        if ($GLOBALS['wpsg_sc']->get_option('wpsg_htmlmail') === '1')
-        {
-    
-            return 'multipart/alternative';
+    function wpsg_mail_content_type() {
+    
+        if ($GLOBALS['wpsg_sc']->get_option('wpsg_htmlmail') === '1') {
+    
+            return 'text/html';
     
         }
