diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index c16b00bf2..28076e9e6 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -69,7 +69,7 @@ class Handler extends ExceptionHandler if (\Config::get('database.install') == 1) { // checking if the error log send to Ladybirdweb is enabled or not if (\Config::get('app.ErrorLog') == '%1%') { - $this->PhpMailController->sendmail($from = $this->PhpMailController->mailfrom('1', '0'), $to = ['name' => 'faveo logger', 'email' => 'faveoerrorlogger@gmail.com'], $message = ['subject' => 'Faveo downloaded from github has occured error', 'scenario' => 'error-report'], $template_variables = ['e' => $e]); + //$this->PhpMailController->sendmail($from = $this->PhpMailController->mailfrom('1', '0'), $to = ['name' => 'faveo logger', 'email' => 'faveoerrorlogger@gmail.com'], $message = ['subject' => 'Faveo downloaded from github has occured error', 'scenario' => 'error-report'], $template_variables = ['e' => $e]); } }