|
|
@ -53,7 +53,7 @@ return [
|
|
|
|
'driver' => env('MAIL_DRIVER', 'mail'),
|
|
|
|
'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@example.com'),
|
|
|
|
'name' => env('MAIL_FROM_NAME', env('APP_NAME', 'Engelsystem')),
|
|
|
|
'name' => env('MAIL_FROM_NAME', env('APP_NAME', 'Engelsystem')),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|