From 66104592e38a68c1509282651e680942569712cf Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 26 Mar 2018 17:02:09 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Mailer.php b/Mailer.php index be3284f4..d8ac81e2 100644 --- a/Mailer.php +++ b/Mailer.php @@ -168,6 +168,9 @@ class Pman_Core_Mailer { // for the html body, we may want to convert the attachments to images. // var_dump($htmlbody);exit; + + + if ($this->replaceImages) { $htmlbody = $this->htmlbodytoCID($htmlbody); } -- 2.39.2