FIX_TYPO_SEND_MAIL_HELPER_SRINIVAS
This commit is contained in:
parent
144ca73d4b
commit
35def01111
@ -260,7 +260,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