DataObjects/Core_enum.php
[Pman.Core] / Mailer.php
index 070b198..7ccbc2a 100644 (file)
@@ -284,8 +284,7 @@ class Pman_Core_Mailer {
             $parts[2] = $mime->get();
             $parts[1] = $mime->headers($parts[1]);
         }
-        
-        
+         
         
         $ret = array(
             'recipents' => $parts[0],
@@ -296,7 +295,7 @@ class Pman_Core_Mailer {
         if ($this->rcpts !== false) {
             $ret['recipents'] =  $this->rcpts;
         }
-        
+        // if 'to' is empty, then add the recipents in there... (must be an array?
         if (!empty($ret['recipents']) && is_array($ret['recipents']) &&
                 (empty($ret['headers']['To']) || !strlen(trim($ret['headers']['To'])))) {
             $ret['headers']['To'] = implode(',', $ret['recipents']);