From 4410dfcac2edec27620ca54e3f1514bd9a0e8d4f Mon Sep 17 00:00:00 2001 From: leon Date: Mon, 3 Jul 2023 12:25:19 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/NotifySend.php b/NotifySend.php index f92e5232..07c4c202 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -278,6 +278,7 @@ class Pman_Core_NotifySend extends Pman require_once 'Validate.php'; + die('a'); if (!Validate::email($p->email, true)) { $ev = $this->addEvent('NOTIFYFAIL', $w, "INVALID ADDRESS: " . $p->email); $ww = clone($w); -- 2.39.2