diff --git a/nntmux/utility/Utility.php b/nntmux/utility/Utility.php index 60e473202..d5eb5288a 100755 --- a/nntmux/utility/Utility.php +++ b/nntmux/utility/Utility.php @@ -723,7 +723,7 @@ class Utility $body .= '' . $eol; $body .= '' . $eol; - if (defined('PHPMAILER_ENABLED') || PHPMAILER_ENABLED === true) { + if (PHPMAILER_ENABLED === true) { $mail = new \PHPMailer; // Check to make sure the user has their settings correct.