Skip to content

Commit

Permalink
add current response smtpSendEmail
Browse files Browse the repository at this point in the history
  • Loading branch information
bilovol committed Dec 15, 2020
1 parent d9a1aac commit fb9a680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ public function smtpSendMail($email)
$this->retry = true;
sleep(2);

$requestResult = $this->smtpSendMail($email);
return $this->smtpSendMail($email);
}

return $this->handleResult($requestResult);
Expand Down

0 comments on commit fb9a680

Please sign in to comment.