Set the default email driver to the default php mail
This commit is contained in:
parent
65940c6df2
commit
bf94a20e57
@ -61,7 +61,7 @@ return [
|
||||
|
||||
# overrides mail.php
|
||||
'mail' => [
|
||||
'driver' => 'smtp',
|
||||
'driver' => 'mail',
|
||||
'host' => '',
|
||||
'port' => 587,
|
||||
'from' => [
|
||||
|
Loading…
Reference in New Issue
Block a user