Skip to content

Commit fb9a680

Browse files
author
bilovol
committed
add current response smtpSendEmail
1 parent d9a1aac commit fb9a680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ public function smtpSendMail($email)
11061106
$this->retry = true;
11071107
sleep(2);
11081108

1109-
$requestResult = $this->smtpSendMail($email);
1109+
return $this->smtpSendMail($email);
11101110
}
11111111

11121112
return $this->handleResult($requestResult);

0 commit comments

Comments
 (0)