unclecheese/silverstripe-sendgrid-mailer

A drop-in mailer replacement for SendGrid

Installs: 6 190

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 8

Open Issues: 0

Type:silverstripe-vendormodule

1.0.1 2023-08-30 08:06 UTC

This package is auto-updated.

Last update: 2024-03-30 00:20:46 UTC


README

A drop-in solution to send all SilverStripe emails through SendGrid

Installation

composer require unclecheese/silverstripe-sendgrid-mailer

Environment Configuration

The mailer will activate once the following environment variable is set:

SENDGRID_API_KEY='mykey'

Test emails

If you want to test SendGrid from a dev environment, you can force all emails to a test address.

SENDGRID_TEST_EMAIL='myemail@example.com'