FIX_ISSUE

This commit is contained in:
VENKATESHWARAN 2025-12-30 14:53:05 +05:30
parent 8b1658b497
commit ae364f6b94

View File

@ -88,7 +88,7 @@ class NotificationController extends AdminController
{
$checkboxNames = [
'member_welcome_mail_btn',
'common_mail_btn',
'member_common_mail_btn',
'member_reminder_mail_btn',
'member_ecard_mail_btn',
'member_review_and_summary_mail_btn',
@ -232,7 +232,8 @@ class NotificationController extends AdminController
$params = [
'client_data' => $client_data,
'notification_data' => $notification_data,
'test_mail' => $test_mail
'test_mail' => $test_mail,
'test_mail_list' => ""
];
$testMailData = sendMailNotification::sendMailNotificationForTesting($notification_data['template_name'], $params);