mailgun-php/src/Mailgun/globals.php

12 lines
172 B
PHP
Raw Normal View History

2013-07-23 07:50:50 +04:00
<?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";
?>