SendGrid Driver
blomstra/sendgrid
- Downloads
- 27
- Version control
- github.com/blomstra/flarum-ext-sendgrid
Flarum-sendgrid
A Flarum extension that adds the Sendgrid driver to the mail page and allows sendgrid to suspend users whose email is bouncing and disable user notifications for email when these users mark the email as spam.
Installation
Install with composer:
composer require blomstra/sendgrid:"*"
Updating
composer update blomstra/sendgrid:"*"
php flarum migrate
php flarum cache:clear
Configuration
Select driver
Make sure to switch to the sendgrid driver on the admin Mail page.
Set up the webhook
To allow webhook integration with SendGrid, add this to your SendGrid webhook at https://app.sendgrid.com/settings/mail_settings/webhook_settings
https://your-url.test/api/flarum-sendgrid/hooks/events
You should enable "Bounced" from Deliverability Data and "Spam Reports from Engagement Data.
Links
Versions
-
Version 1.0-beta.4.
Likely works with Flarum v1.8.9.
Unlikely to work with Flarum v2.0.0-beta.2.
-
3 additional versions.
-
Extension created.