Mailer.php
authorAlan Knowles <alan@roojs.com>
Thu, 26 Nov 2015 06:43:04 +0000 (14:43 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 26 Nov 2015 06:43:04 +0000 (14:43 +0800)
Mailer.php

index e8903a8..88a1271 100644 (file)
@@ -327,6 +327,9 @@ class Pman_Core_Mailer {
         } 
         $rcpts = $this->rcpts == false ? $email['recipents'] : $this->rcpts;
         
+        
+        
+        // this makes contents untrustable...
         if (!empty($this->contents['bcc']) && is_array($this->contents['bcc'])) {
             $rcpts =array_merge(is_array($rcpts) ? $rcpts : array($rcpts), $this->contents['bcc']);
         }