Skip to content

Commit

Permalink
Update default mail from name and address
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed Jun 16, 2024
1 parent 29ecceb commit a3e97ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
*/

'from' => [
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
'name' => env('MAIL_FROM_NAME', 'Example'),
'address' => env('MAIL_FROM_ADDRESS', 'hello@hi.events'),
'name' => env('MAIL_FROM_NAME', 'Hi.Events'),
],

/*
Expand Down

0 comments on commit a3e97ef

Please sign in to comment.