fix: env mail

This commit is contained in:
Michael 2024-08-19 13:54:52 +02:00
parent fe66e6d6ba
commit e96224106b
3 changed files with 4 additions and 7 deletions

View file

@ -96,12 +96,9 @@ return [
*/
'from' => [
'address' => config('MAIL_FROM_ADDRESS', 'hello@example.com'),
'name' => config('MAIL_FROM_NAME', 'Example'),
'address' => config('MAIL_FROM_ADDRESS', 'export-git@congegni.net'),
'name' => config('MAIL_FROM_NAME', 'Congegni - Export git'),
],
'email_address_recepient' => env('EMAIL_ADDRESS_RECEPIENT', null),
'email_prefix_subject' => env('EMAIL_PREFIX_SUBJECT', null),
'mail_from_address' => env('MAIL_FROM_ADDRESS', 'export - git@test . net'),
'mail_from_name' => env('MAIL_FROM_NAME', "Export git"),
];