gatherdigital-pimcore-plugin / sendgrid
This package is abandoned and no longer maintained.
No replacement package was suggested.
An extended Sendgrid client for Pimcore. API details available via Website Settings and Automatic logging enabled in Logger
Package info
github.com/gatherdigitaluk/pimcore-plugin-sendgrid
Type:pimcore-plugin
pkg:composer/gatherdigital-pimcore-plugin/sendgrid
0.1.5
2018-01-04 09:15 UTC
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