NotifySend.php
authorleon <leon@roojs.com>
Mon, 3 Jul 2023 04:25:19 +0000 (12:25 +0800)
committerleon <leon@roojs.com>
Mon, 3 Jul 2023 04:25:19 +0000 (12:25 +0800)
NotifySend.php

index f92e523..07c4c20 100644 (file)
@@ -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);