diff --git a/config/notification.php b/config/notification.php index 4abedc4..cc1a74e 100755 --- a/config/notification.php +++ b/config/notification.php @@ -23,8 +23,8 @@ return [ 'sender' => [ - 'address' => 'teams@spacejewel-hosting.com', - 'name' => 'RaspberryNet Teams', + 'address' => env('MAIL_FROM_ADDRESS'), + 'name' => env('MAIL_FROM_NAME'), ],