mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 21:53:31 +03:00
Update README.md
This commit is contained in:
parent
e91d43d5f7
commit
734cbe84c0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ $mg = new Mailgun("key-example");
|
|||
$domain = "example.com";
|
||||
|
||||
$result = $mg->get("$domain/log", array('limit' => 25,
|
||||
'skip' => 0);
|
||||
'skip' => 0));
|
||||
|
||||
$httpResponseCode = $result->http_response_code;
|
||||
$httpResponseBody = $result->http_response_body;
|
||||
|
|
Loading…
Add table
Reference in a new issue