From: Edward Date: Mon, 30 Jul 2018 02:57:00 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2f9da52a547818e2b1ec67348268e8b772fc403d NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 7fe712ce..2c523229 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -289,8 +289,8 @@ class Pman_Core_NotifySend extends Pman $ff = HTML_FlexyFramework::get(); - - $dom = array_pop(explode('@', $p->email)); + $e = explode('@', $p->email); + $dom = array_pop($e); $mxs = $this->mxs($dom); $ww = clone($w);