glowingblue/null-driver

Exposes Flarum's NullDriver to be selected as an email driver in the Admin settings.

1.0.0 2024-11-15 06:24 UTC

This package is auto-updated.

Last update: 2024-11-15 11:41:22 UTC


README

License Current Version Downloads

open-graph-image

About

This extension exposes the NullDriver of Flarum to be used as an email driver in the email settings in the Admin Panel. This is particularly useful for migrations to Flarum or when running some kind of recalculation logic, which would normally flood either the inbox of forum users or the Flarum logs.

Warning

This extension is only meant to be installed and enabled while developing a Community or on non production instances. E-Mails that would've been sent while the null driver is enabled can't be restored.

Installation

Install with composer:

composer require glowingblue/null-driver:"*"

Updating

composer update glowingblue/null-driver:"*"
php flarum cache:clear

Links