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

index 788027b..0069b67 100644 (file)
@@ -51,7 +51,7 @@ 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->mailer);
+             print_R($this->msg->mailer);
             $this->msg->subject = $this->msg->headers['Subject'];
             $this->msg->from_email = $mlq->from_email;
             $this->msg->from_name = $mlq->from_name;