summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/mailgun/vendor/mailgun/mailgun-php/src/Mailgun/Constants/Api.php
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Mail/mailgun/vendor/mailgun/mailgun-php/src/Mailgun/Constants/Api.php')
-rw-r--r--Postman/Postman-Mail/mailgun/vendor/mailgun/mailgun-php/src/Mailgun/Constants/Api.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/Postman/Postman-Mail/mailgun/vendor/mailgun/mailgun-php/src/Mailgun/Constants/Api.php b/Postman/Postman-Mail/mailgun/vendor/mailgun/mailgun-php/src/Mailgun/Constants/Api.php
new file mode 100644
index 0000000..16eadd8
--- /dev/null
+++ b/Postman/Postman-Mail/mailgun/vendor/mailgun/mailgun-php/src/Mailgun/Constants/Api.php
@@ -0,0 +1,24 @@
+<?php
+
+/*
+ * Copyright (C) 2013-2016 Mailgun
+ *
+ * This software may be modified and distributed under the terms
+ * of the MIT license. See the LICENSE file for details.
+ */
+
+namespace Mailgun\Constants;
+
+/**
+ * @deprecated Will be removed in 3.0
+ */
+class Api
+{
+ const API_USER = 'api';
+ const SDK_VERSION = '1.7';
+ const SDK_USER_AGENT = 'mailgun-sdk-php';
+ const RECIPIENT_COUNT_LIMIT = 1000;
+ const CAMPAIGN_ID_LIMIT = 3;
+ const TAG_LIMIT = 3;
+ const DEFAULT_TIME_ZONE = 'UTC';
+}