CHANGE_logo_fix_final - VADIVEL J 2025-09-16

This commit is contained in:
vadivelJ96 2025-09-16 17:38:04 +05:30
parent e69442d495
commit af8be11774
4 changed files with 8 additions and 0 deletions

View File

@ -519,5 +519,10 @@ $routes->get("getAddOnPolicy", "EmployeeRestController::getAddOnPolicy");
$routes->post("addEmployeeAndDependence", "EmployeeRestController::addEmployeeAndDependence");
$routes->post("getPreEmployeePolicyCount", "EmployeeRestController::getPreEmployeePolicyCount");
// notification mail template
$routes->get('notification_mail_header',"NotificationController::notification_mail_header");

View File

@ -280,6 +280,7 @@ class NotificationController extends AdminController
}
}
// This function for load the mail header in notification mail template
public function notification_mail_header(){
$params = [];

View File

@ -13,6 +13,7 @@ use App\Models\PolicyPremium2Model;
use App\Models\MailAttachmentModel;
use Kint\Kint;
// send mail notification
class sendMailNotification
{
public static function sendMailNotification($action, $params)

View File

@ -25,6 +25,7 @@
</body>
</html>