Skip to content

error response #80

@unnikr

Description

@unnikr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions