Your IP : 3.143.241.205


Current Path : /home/lentoinv/covisclubinternational.com/profile/lib/mailjet-apiv3/src/Mailjet/
Upload File :
Current File : //home/lentoinv/covisclubinternational.com/profile/lib/mailjet-apiv3/src/Mailjet/Config.php

<?php

/**
 * PHP version 5
 *
 * This is the Mailjet PHP API wrapper
 *
 * @category Mailjet_API
 * @package  Mailjet-apiv3
 * @author   Guillaume Badi <gbadi@mailjet.com>
 * @license  MIT https://opensource.org/licenses/MIT
 * @link     dev.mailjet.com
 */

namespace Mailjet;

class Config
{
    const WRAPPER_VERSION = 'v1.2.0';
    const USER_AGENT = 'mailjet-apiv3-php/';
    const MAIN_VERSION = 'v3';
    const MAIN_URL = "api.mailjet.com";
    const SECURED = true;
}

?>