mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-23 21:16:02 +03:00
12 lines
172 B
PHP
12 lines
172 B
PHP
|
<?PHP
|
||
|
|
||
|
|
||
|
const API_VERSION = "v2";
|
||
|
const API_ENDPOINT = "api.mailgun.net";
|
||
|
const API_USER = "api";
|
||
|
const SDK_VERSION = "0.1";
|
||
|
const SDK_USER_AGENT = "mailgun-sdk-php";
|
||
|
|
||
|
|
||
|
|
||
|
?>
|