FIX_ADD_ON_VARIABLE_ADDED_SNDMAIL_HELPER
This commit is contained in:
parent
18178a989d
commit
14102e3e49
@ -182,7 +182,7 @@ class sendMailNotification
|
|||||||
$table_content .= $policy_name.'</h4></div><table style="width:60%"><thead style="background-color: #02a8b5;"><tr><th style="width:20%">Name</th><th>Mobile Number</th><th>Sum Insure</th><th style="width:15%">Date Of Birth</th></tr></thead><tbody>';
|
$table_content .= $policy_name.'</h4></div><table style="width:60%"><thead style="background-color: #02a8b5;"><tr><th style="width:20%">Name</th><th>Mobile Number</th><th>Sum Insure</th><th style="width:15%">Date Of Birth</th></tr></thead><tbody>';
|
||||||
$table_content .= $temp_data;
|
$table_content .= $temp_data;
|
||||||
$table_content .= '</tbody></table></div>';
|
$table_content .= '</tbody></table></div>';
|
||||||
|
$Addon_list = [];
|
||||||
if ($is_addon == 2 || $is_addon == 3) {
|
if ($is_addon == 2 || $is_addon == 3) {
|
||||||
$addon_list_array = [
|
$addon_list_array = [
|
||||||
'policy_name'=>$policy_name,
|
'policy_name'=>$policy_name,
|
||||||
@ -288,7 +288,7 @@ class sendMailNotification
|
|||||||
$table_content .= $policy_name.'</h4></div><table style="width:60%"><thead style="background-color: #02a8b5;"><tr><th style="width:20%">Name</th><th>Mobile Number</th><th>Sum Insure</th><th style="width:15%">Date Of Birth</th></tr></thead><tbody>';
|
$table_content .= $policy_name.'</h4></div><table style="width:60%"><thead style="background-color: #02a8b5;"><tr><th style="width:20%">Name</th><th>Mobile Number</th><th>Sum Insure</th><th style="width:15%">Date Of Birth</th></tr></thead><tbody>';
|
||||||
$table_content .= $temp_data;
|
$table_content .= $temp_data;
|
||||||
$table_content .= '</tbody></table></div>';
|
$table_content .= '</tbody></table></div>';
|
||||||
|
$Addon_list = [];
|
||||||
if ($is_addon == 2 || $is_addon == 3) {
|
if ($is_addon == 2 || $is_addon == 3) {
|
||||||
$addon_list_array = [
|
$addon_list_array = [
|
||||||
'policy_name'=>$policy_name,
|
'policy_name'=>$policy_name,
|
||||||
@ -395,7 +395,7 @@ class sendMailNotification
|
|||||||
$table_content .= $policy_name.'</h4></div><table style="width:60%"><thead style="background-color: #02a8b5;"><tr><th style="width:20%">Name</th><th>Mobile Number</th><th>Sum Insure</th><th style="width:15%">Date Of Birth</th></tr></thead><tbody>';
|
$table_content .= $policy_name.'</h4></div><table style="width:60%"><thead style="background-color: #02a8b5;"><tr><th style="width:20%">Name</th><th>Mobile Number</th><th>Sum Insure</th><th style="width:15%">Date Of Birth</th></tr></thead><tbody>';
|
||||||
$table_content .= $temp_data;
|
$table_content .= $temp_data;
|
||||||
$table_content .= '</tbody></table></div>';
|
$table_content .= '</tbody></table></div>';
|
||||||
|
$Addon_list = [];
|
||||||
if ($is_addon == 2 || $is_addon == 3) {
|
if ($is_addon == 2 || $is_addon == 3) {
|
||||||
$addon_list_array = [
|
$addon_list_array = [
|
||||||
'policy_name'=>$policy_name,
|
'policy_name'=>$policy_name,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user