From 9dd0bd2b250994bdc9604e2348ad1c1c3787a26b Mon Sep 17 00:00:00 2001 From: bitbucket Date: Mon, 29 Apr 2024 14:11:39 +0530 Subject: [PATCH] CHANGE_ in mail App_Url in env file : GWM --- app/Controllers/EmployeeRestController.php | 1 + app/Views/mail_welcome.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Controllers/EmployeeRestController.php b/app/Controllers/EmployeeRestController.php index 1a66028d..29ec4c2a 100644 --- a/app/Controllers/EmployeeRestController.php +++ b/app/Controllers/EmployeeRestController.php @@ -970,6 +970,7 @@ class EmployeeRestController extends AdminController // $message = 'Dear ' . $dataToInsert[$a]['name'] . ",
We are glad to welcome you to the employee benefit program ," .$policy_name['name'] ."offered by your employer,


Click on the link below to review your personal and family details:
Review Details" ; $data['employee_name']=$dataToInsert[$a]['name']; $data['policy_name']=$policy['name']; + $data['App_Url'] = $_ENV['App_Url']; $message = view('mail_welcome', $data); diff --git a/app/Views/mail_welcome.php b/app/Views/mail_welcome.php index 9ebdd64b..7b0ba18e 100644 --- a/app/Views/mail_welcome.php +++ b/app/Views/mail_welcome.php @@ -14,7 +14,7 @@

We are glad to welcome you to the employee benefit program, offered by your employer.