From bf94a20e570c6b16bfd2ddf0bd3bc4b8eb5b3ce8 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 5 Mar 2018 09:21:40 -0600 Subject: [PATCH] Set the default email driver to the default php mail --- resources/stubs/installer/config.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/stubs/installer/config.stub b/resources/stubs/installer/config.stub index f451fcf4..806a5816 100644 --- a/resources/stubs/installer/config.stub +++ b/resources/stubs/installer/config.stub @@ -61,7 +61,7 @@ return [ # overrides mail.php 'mail' => [ - 'driver' => 'smtp', + 'driver' => 'mail', 'host' => '', 'port' => 587, 'from' => [