gatherdigital-pimcore-plugin / sendgrid
An extended Sendgrid client for Pimcore. API details available via Website Settings and Automatic logging enabled in Logger
Installs: 1 098
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pimcore-plugin
Requires
- php: >=5.5.0
- pimcore/installer-plugin: ~1.3
- sendgrid/sendgrid: ~6.0
README
Simple SendGrid Integration for Pimcore
Installation
Install via pimcore + composer :)
Configuration
All configuration options are made available in "Website Settings"
Usage
Call the factory to return a SendGrid client with the correct config options
$client = SendGrid\Factory::getDefaultClient();
...the rest of the standard Sendgrid stuff