fix: env mail
This commit is contained in:
parent
fe66e6d6ba
commit
e96224106b
3 changed files with 4 additions and 7 deletions
|
@ -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"),
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue