From 0d38de6a2c656f0365b88846a0f04deb1a7567cb Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 24 Oct 2018 14:05:50 +0200 Subject: Mail: should use sendmail as a default --- config/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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'), -- cgit v1.2.3-54-g00ecf