mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 20:46:03 +03:00
ae9ee585a2
* Fixing broken suppression API * cs
8 lines
234 B
PHP
8 lines
234 B
PHP
<?php
|
|
|
|
include "vendor/autoload.php";
|
|
|
|
$mailgun = \Mailgun\Mailgun::create('key-f22961235cdf7aaef78a9228c710f12c');
|
|
$bounces = $mailgun->suppressions()->bounces()->index('sandbox40c4b0745b8a4461959950ccf9c0a1ea.mailgun.org');
|
|
$x = 2;
|