From 48ec39f3829fcdf83ac075b4099e8abc53a4580b Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 11 Oct 2023 10:49:03 +0800 Subject: [PATCH] debug --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 84fab3e6..59b0c111 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -428,7 +428,7 @@ class Pman_Core_NotifySend extends Pman $res = $mailer->send($p->email, $email['headers'], $email['body']); - + $this->debug("GOT response to send: ". var_export($res,true)); if ($res === true) { // success.... -- 2.39.2