mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 05:33:34 +03:00
parent
d320567572
commit
5345115cde
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ $mailgun->suppressions()->bounces()->deleteAll('example.com');
|
|||
### Complaint API
|
||||
#### Get all complaints
|
||||
```php
|
||||
$mailgun->suppressions()->complaints->index('example.com');
|
||||
$mailgun->suppressions()->complaints()->index('example.com');
|
||||
```
|
||||
|
||||
#### Show complaints for a specific address
|
||||
|
|
Loading…
Add table
Reference in a new issue