blomstra/sendgrid

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:flarum-extension

1.0-beta.2 2024-06-02 16:44 UTC

This package is auto-updated.

Last update: 2024-06-16 15:29:11 UTC


README

Flarum-sendgrid

License Latest Stable Version Total Downloads

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