diff --git a/config/config.default.php b/config/config.default.php index 079b7e63..0694ce2e 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -29,7 +29,7 @@ return [ // Email config 'email' => [ // Can be mail, smtp, sendmail or log - 'driver' => env('MAIL_DRIVER', 'smtp'), + 'driver' => env('MAIL_DRIVER', 'mail'), 'from' => [ // From address of all emails 'address' => env('MAIL_FROM_ADDRESS', 'noreply@engelsystem.de'),