1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Fixes #2025, Issue #2432, SMTP Connection Check added and false-positive on sent message fixed.

This commit is contained in:
Cameron
2017-07-17 14:11:31 -07:00
parent 9387a43d9d
commit c4211ee52b
4 changed files with 126 additions and 9 deletions

View File

@@ -231,7 +231,7 @@ class e107MailManager
$this->mailOverrides = $overrides;
if(deftrue('e_DEBUG'))
if(deftrue('e_DEBUG_BULKMAIL'))
{
$this->debugMode = true;
}