Skip to content

Commit

Permalink
feat: Updated config/mail.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 11, 2024
1 parent 95e80c8 commit 0cb5d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
*/

'from' => [
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
'name' => env('MAIL_FROM_NAME', 'Example'),
'address' => env('MAIL_FROM_ADDRESS', 'invoices@ecommerce.com'),
'name' => env('MAIL_FROM_NAME', 'Ecommerce Invoices'),
],

/*
Expand Down

0 comments on commit 0cb5d52

Please sign in to comment.