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