summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/sendgrid/sendgrid-php.php
blob: 47449d12f0c395ef4df084be406a990cd051530b (plain)
1
2
3
4
5
<?php
if ( ! class_exists('\\SendGrid\\Client') ) {
	require 'vendor/autoload.php';	
}
?>