Simple SendGrid Integration for Pimcore
Install via pimcore + composer :)
All configuration options are made available in "Website Settings"
Call the factory to return a SendGrid client with the correct config options
$client = SendGrid\Factory::getDefaultClient();
...the rest of the standard Sendgrid stuff