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
734cbe84c0
commit
f89311b40c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ $httpResponseBody = $result->http_response_body;
|
|||
|
||||
# Iterate through the results and echo the message IDs.
|
||||
$logItems = $result->http_response_body->items;
|
||||
for($logItems as $logItem){
|
||||
foreach($logItems as $logItem){
|
||||
echo $logItem->message_id . "\n";
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue