Set the default email driver to the default php mail

This commit is contained in:
Nabeel Shahzad 2018-03-05 09:21:40 -06:00
parent 65940c6df2
commit bf94a20e57

View File

@ -61,7 +61,7 @@ return [
# overrides mail.php
'mail' => [
'driver' => 'smtp',
'driver' => 'mail',
'host' => '',
'port' => 587,
'from' => [