Skip to content

Send all transactional email through Sendgrid with zero implementation.

License

Notifications You must be signed in to change notification settings

isobar-nz/silverstripe-sendgrid-mailer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe SendGrid Mailer

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'

About

Send all transactional email through Sendgrid with zero implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%