CHANGE_ in mail App_Url in env file : GWM

This commit is contained in:
bitbucket 2024-04-29 14:11:39 +05:30
parent a2f03ed085
commit 9dd0bd2b25
2 changed files with 2 additions and 1 deletions

View File

@ -970,6 +970,7 @@ class EmployeeRestController extends AdminController
// $message = 'Dear ' . $dataToInsert[$a]['name'] . ",<br> We are glad to welcome you to the employee benefit program ," .$policy_name['name'] ."offered by your employer, <br><br><br> Click on the link below to review your personal and family details:<br><a href='https://venbait.in/nhance/app/dev'>Review Details</a>" ; // $message = 'Dear ' . $dataToInsert[$a]['name'] . ",<br> We are glad to welcome you to the employee benefit program ," .$policy_name['name'] ."offered by your employer, <br><br><br> Click on the link below to review your personal and family details:<br><a href='https://venbait.in/nhance/app/dev'>Review Details</a>" ;
$data['employee_name']=$dataToInsert[$a]['name']; $data['employee_name']=$dataToInsert[$a]['name'];
$data['policy_name']=$policy['name']; $data['policy_name']=$policy['name'];
$data['App_Url'] = $_ENV['App_Url'];
$message = view('mail_welcome', $data); $message = view('mail_welcome', $data);

View File

@ -14,7 +14,7 @@
<p class="rad" style="margin: 0!important; text-align: center!important; font-size: 18px!important;">We are glad to welcome you to the employee benefit program, <?= isset($policy_name) ? $policy_name : '' ?> offered by your employer.</p> <p class="rad" style="margin: 0!important; text-align: center!important; font-size: 18px!important;">We are glad to welcome you to the employee benefit program, <?= isset($policy_name) ? $policy_name : '' ?> offered by your employer.</p>
</div> </div>
<button class="explore" style="padding: 15px 25px; background: linear-gradient(to right, #0267C1, #0280EF); border-radius: 50px; border: 0; color: #fff; transition: all .2s ease-in-out; cursor: pointer; box-shadow: 0 5px 10px rgba(0, 0, 0, .1); margin-bottom: 15px;"> <button class="explore" style="padding: 15px 25px; background: linear-gradient(to right, #0267C1, #0280EF); border-radius: 50px; border: 0; color: #fff; transition: all .2s ease-in-out; cursor: pointer; box-shadow: 0 5px 10px rgba(0, 0, 0, .1); margin-bottom: 15px;">
<a href="https://venbait.in/nhance/app/dev" style="text-decoration: none; color: #fff;">Review Details</a> <a href="<?= $App_Url; ?>" style="text-decoration: none; color: #fff;">Review Details</a>
</button> </button>
</div> </div>
</div> </div>