-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
SimpleEmailService.php
line number 581
if($ses_response->error !== false) {
if (($this->__trigger_errors && ($trigger_error !== false)) || $trigger_error === true) {
$this->__triggerError('sendEmail', $ses_response->error);
return false;
}
return $ses_response;
}
if thisreturn false comes inside the condition it won't return the proper error response. it will return only false
I tried a email id like someonegit.in instead of somene@git.in it returns false and print the error warning instead of proper error response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels