File: /home/flexnetw/www/wp-content/plugins/magicform/includes/libs/sendgrid-php/sendgrid-php.php
<?php
/**
* This file autoloads the vendored dependencies for a /mail/send API call
*
* PHP Version - 5.6, 7.0, 7.1, 7.2
*
* @package SendGrid\Mail
* @author Elmer Thomas <dx@sendgrid.com>
* @copyright 2018 SendGrid
* @license https://opensource.org/licenses/MIT The MIT License
* @version GIT: <git_id>
* @link http://packagist.org/packages/sendgrid/sendgrid
*/
require __DIR__ . '/vendor/autoload.php';
?>