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

0.1.5 2018-01-04 09:15 UTC

This package is auto-updated.

Last update: 2021-12-27 15:06:13 UTC


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