Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error response #80

Open
unnikr opened this issue Dec 17, 2020 · 0 comments
Open

error response #80

unnikr opened this issue Dec 17, 2020 · 0 comments

Comments

@unnikr
Copy link

unnikr commented Dec 17, 2020

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 [email protected] it returns false and print the error warning instead of proper error response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant