Mail: should use sendmail as a default
This commit is contained in:
parent
8f519a69e9
commit
0d38de6a2c
|
@ -29,7 +29,7 @@ return [
|
||||||
// Email config
|
// Email config
|
||||||
'email' => [
|
'email' => [
|
||||||
// Can be mail, smtp, sendmail or log
|
// Can be mail, smtp, sendmail or log
|
||||||
'driver' => env('MAIL_DRIVER', 'smtp'),
|
'driver' => env('MAIL_DRIVER', 'mail'),
|
||||||
'from' => [
|
'from' => [
|
||||||
// From address of all emails
|
// From address of all emails
|
||||||
'address' => env('MAIL_FROM_ADDRESS', 'noreply@engelsystem.de'),
|
'address' => env('MAIL_FROM_ADDRESS', 'noreply@engelsystem.de'),
|
||||||
|
|
Loading…
Reference in New Issue