mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-09 12:02:06 +00:00
7 lines
234 B
PHP
7 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;
|