Mailer.php
authorAlan Knowles <alan@roojs.com>
Fri, 21 Nov 2014 09:11:39 +0000 (17:11 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 21 Nov 2014 09:11:39 +0000 (17:11 +0800)
Mailer.php

index 739d644..46a97a5 100644 (file)
@@ -151,8 +151,10 @@ class Pman_Core_Mailer {
             if ($this->replaceImages) {
                 $htmlbody = $this->htmlbodytoCID($htmlbody);    
             }
-            
+            if ($this->css_embed) {
+                $htmlbody = $this->htmlbodyCssEmbed($htmlbody);    
               
+            }
         }
         $tmp_opts['nonHTML'] = true;