FIX_ZEPT_BCC_CC_SRINIVAS
This commit is contained in:
parent
9ff631ee16
commit
3a06679907
@ -255,7 +255,6 @@ class MailHelper
|
|||||||
}
|
}
|
||||||
|
|
||||||
$apiResponse = json_decode($response, true);
|
$apiResponse = json_decode($response, true);
|
||||||
log_message('error',$apiResponse);
|
|
||||||
if ($httpCode === 200) {
|
if ($httpCode === 200) {
|
||||||
return json_encode(['status' => 'success', 'code' => 200, 'message' => 'Email Sent Successfully...', 'data' => $emaill], 200);
|
return json_encode(['status' => 'success', 'code' => 200, 'message' => 'Email Sent Successfully...', 'data' => $emaill], 200);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user