DataObjects/Core_email.php
authorAlan Knowles <alan@roojs.com>
Thu, 24 Sep 2020 04:15:12 +0000 (12:15 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Sep 2020 04:15:12 +0000 (12:15 +0800)
DataObjects/Core_email.php

index 0202a0c..764c2cc 100644 (file)
@@ -705,7 +705,9 @@ Content-Transfer-Encoding: 7bit
         $content = $x->{$method}($this, $this->authUser);
         
         $content['bcc'] = array();
-       
+       $data = $this->toMailerData($content);
+       print_R($data);exit;
+       return $data;
         
            
     }