DataObjects/Core_mailing_list_message.php
authorEdward <edward@roojs.com>
Thu, 20 Feb 2014 06:48:05 +0000 (14:48 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Feb 2014 06:48:05 +0000 (14:48 +0800)
DataObjects/Core_mailing_list_message.php

index 4692a5c..d9fcb2f 100644 (file)
@@ -204,9 +204,9 @@ class Pman_Core_DataObjects_Core_mailing_list_message extends DB_DataObject
         $q->id = 'test-message-'. $this->id;
         $q->message_id = $this->id;
         $q->message_id_subject = $this->subject;
-        $q->message_id_from_email = 'admin@madeinnewzealand.com.hk';
+        $q->message_id_from_email = $this->from_email;
         $q->message_id_from_name = $this->from_name;
-        print_r($q);exit;
+        
         $q->cachedMailWithOutImages(true, false);
         
         $contents['subject'] = $this->subject;