Skip to content

Commit a3e97ef

Browse files
committed
Update default mail from name and address
1 parent 29ecceb commit a3e97ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/config/mail.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
*/
9999

100100
'from' => [
101-
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
102-
'name' => env('MAIL_FROM_NAME', 'Example'),
101+
'address' => env('MAIL_FROM_ADDRESS', 'hello@hi.events'),
102+
'name' => env('MAIL_FROM_NAME', 'Hi.Events'),
103103
],
104104

105105
/*

0 commit comments

Comments
 (0)