innoweb/silverstripe-sendgrid-mailer

This package is abandoned and no longer maintained. No replacement package was suggested.

Silverstripe 3 SendGrid Mailer

1.0.1 2022-10-25 04:24 UTC

This package is auto-updated.

Last update: 2023-03-25 05:24:57 UTC


README

Version License

Overview

A drop-in solution to send all Silverstripe emails through SendGrid.

This module is only available for Silverstripe 3. For Silverstripe 4, please use Uncle Cheese's module.

Requirements

  • Silverstripe Framework 3.7+
  • SendGrid 7.11+

Installation

Install the module using composer:

composer require innoweb/silverstripe-sendgrid-mailer dev-master

and run dev/build.

Configuration

You need to define your SendGrid API key in your config:

Innoweb\SendGrid\SendGridMailer:
  api_key: 'YOUR API KEY'

License

BSD 3-Clause License, see License