1
0
Fork 0
mirror of https://github.com/retailcrm/mailgun-php.git synced 2025-03-31 11:46:10 +03:00
mailgun-php/Mailgun/Common/globals.php
2013-07-17 22:48:12 -07:00

12 lines
No EOL
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";
?>