From cf65569702fcb33931326cd602384e2e93313c94 Mon Sep 17 00:00:00 2001 From: Miguel Nogueira Date: Sat, 19 Dec 2020 03:13:27 +0000 Subject: [PATCH] Un-hardcode configuration value --- config/notification.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'), ],