mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-14 12:13:14 +03:00
Update README.md
This commit is contained in:
parent
e91d43d5f7
commit
734cbe84c0
@ -78,7 +78,7 @@ $mg = new Mailgun("key-example");
|
|||||||
$domain = "example.com";
|
$domain = "example.com";
|
||||||
|
|
||||||
$result = $mg->get("$domain/log", array('limit' => 25,
|
$result = $mg->get("$domain/log", array('limit' => 25,
|
||||||
'skip' => 0);
|
'skip' => 0));
|
||||||
|
|
||||||
$httpResponseCode = $result->http_response_code;
|
$httpResponseCode = $result->http_response_code;
|
||||||
$httpResponseBody = $result->http_response_body;
|
$httpResponseBody = $result->http_response_body;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user