mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 12:36:02 +03:00
Update README.md
This commit is contained in:
parent
734cbe84c0
commit
f89311b40c
@ -85,7 +85,7 @@ $httpResponseBody = $result->http_response_body;
|
|||||||
|
|
||||||
# Iterate through the results and echo the message IDs.
|
# Iterate through the results and echo the message IDs.
|
||||||
$logItems = $result->http_response_body->items;
|
$logItems = $result->http_response_body->items;
|
||||||
for($logItems as $logItem){
|
foreach($logItems as $logItem){
|
||||||
echo $logItem->message_id . "\n";
|
echo $logItem->message_id . "\n";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user