From 379a0949f1daca1527b94f9af0a5feb4983a5858 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 14:48:11 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/NotifySend.php b/NotifySend.php index 63870e46..e7e1e460 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -407,6 +407,7 @@ class Pman_Core_NotifySend extends Pman $w->act_when = date("Y-m-d H:i:s", strtotime('+1 HOUR')); $w->update($old); $this->errorHandler(date('Y-m-d h:i:s ') . " Too many emails sent by {$dom}"); + return; } $mailer->host = $server; -- 2.39.2