Mail: should use sendmail as a default

main
Igor Scheller 6 years ago committed by msquare
parent 8f519a69e9
commit 0d38de6a2c

@ -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'),

Loading…
Cancel
Save