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

index 505355a..96a24c5 100644 (file)
@@ -55,7 +55,7 @@ class Pman_Core_MessagePreview extends Pman
             $this->msg->subject = $this->msg->headers['Subject'];
             $this->msg->from_email = $mlq->from_email;
             $this->msg->from_name = $mlq->from_name;
-            $this->msg->textbody  = $this->msg->mailer->textbody;
+            $this->msg->plaintext  = $this->msg->mailer->textbody;
             // htmlbody 
             //$this->plaintext = 
             //$data->subject = $data['Subject;