mailgun-php/Mailgun/Common/globals.php

12 lines
172 B
PHP
Raw Normal View History

2013-07-18 09:48:12 +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";
?>