From: edward Date: Mon, 26 Mar 2018 09:02:09 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=66104592e38a68c1509282651e680942569712cf Mailer.php --- 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); }