MessagePreview.php
authorAlan <alan@roojs.com>
Thu, 29 Sep 2022 07:47:30 +0000 (15:47 +0800)
committerAlan <alan@roojs.com>
Thu, 29 Sep 2022 07:47:30 +0000 (15:47 +0800)
MessagePreview.php

index d7d02c8..adc21c3 100644 (file)
@@ -51,10 +51,11 @@ class Pman_Core_MessagePreview extends Pman
             }
             $m = 'notify'.$_REQUEST['evtype'];
             $this->msg = (object)$t->$m('test@test.com', false, false, false);
-            //print_R($this->msg);
+             print_R($this->msg);
             $this->msg->subject = $this->msg->headers['Subject'];
             $this->msg->from_email = $mlq->from_email;
             $this->msg->from_name = $mlq->from_name;
+            //$this->plaintext = 
             //$data->subject = $data['Subject;