Mailer.php
authorEdward <edward@roojs.com>
Thu, 20 Feb 2014 11:04:14 +0000 (19:04 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Feb 2014 11:04:14 +0000 (19:04 +0800)
Mailer.php

index dd5cfe0..23e8358 100644 (file)
@@ -313,6 +313,8 @@ class Pman_Core_Mailer {
         foreach ($imgs as $i=>$img) {
             $url  = $img->getAttribute('src');
             $conv = $this->fetchImage($url);
+            echo '<PRE>';
+            print_r($conv);exit;
             $this->images[$conv['contentid']] = $conv;
             
             $img->setAttribute('src', 'cid:' . $conv['contentid']);