blomstra / sendgrid
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
- sendgrid/sendgrid: ^8.1
Requires (Dev)
- flarum/testing: ^1.0
- laravel/pint: ^1.15
- symfony/var-dumper: ^6.4
This package is auto-updated.
Last update: 2024-10-22 08:08:58 UTC
README
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.