Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

gatherdigitaluk/pimcore-plugin-sendgrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pimcore-plugin-sendgrid

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