FIX_ZEPT_BCC_CC_SRINIVAS

This commit is contained in:
Srinivas-Saravanan 2025-01-17 18:23:23 +05:30
parent 9ff631ee16
commit 3a06679907

View File

@ -255,7 +255,6 @@ class MailHelper
}
$apiResponse = json_decode($response, true);
log_message('error',$apiResponse);
if ($httpCode === 200) {
return json_encode(['status' => 'success', 'code' => 200, 'message' => 'Email Sent Successfully...', 'data' => $emaill], 200);
} else {