NotifySend.php
authorAlan <alan@roojs.com>
Fri, 6 Oct 2023 05:25:31 +0000 (13:25 +0800)
committerAlan <alan@roojs.com>
Fri, 6 Oct 2023 05:25:31 +0000 (13:25 +0800)
NotifySend.php

index 6302742..00e6168 100644 (file)
@@ -516,7 +516,7 @@ class Pman_Core_NotifySend extends Pman
             $w->flagDone($ev, '');
             
             if ($res->userinfo['smtpcode'] == 550) {
-                $this->server->parseResponse($errmsg, $core_domain);
+                $this->server->checkSmtpResponse($errmsg, $core_domain);
             }