From 3505c89e2daae332299150fb142d0648b23a6afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 8 Dec 2020 14:20:24 +0100 Subject: [PATCH] remove fallback to log driver --- app/Http/Controllers/SetupController.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Http/Controllers/SetupController.php b/app/Http/Controllers/SetupController.php index 268b87986109..761a0c8df8bf 100644 --- a/app/Http/Controllers/SetupController.php +++ b/app/Http/Controllers/SetupController.php @@ -69,10 +69,6 @@ class SetupController extends Controller $mail_driver = $request->input('mail_driver'); - if (!$this->failsafeMailCheck($request)) { - $mail_driver = 'log'; - } - $url = $request->input('url'); if (substr($url, -1) != '/') {