Mail: should use sendmail as a default

This commit is contained in:
Igor Scheller 2018-10-24 14:05:50 +02:00 committed by msquare
parent 8f519a69e9
commit 0d38de6a2c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ return [
// Email config
'email' => [
// Can be mail, smtp, sendmail or log
'driver' => env('MAIL_DRIVER', 'smtp'),
'driver' => env('MAIL_DRIVER', 'mail'),
'from' => [
// From address of all emails
'address' => env('MAIL_FROM_ADDRESS', 'noreply@engelsystem.de'),