GB Null Driver

GB Null Driver glowingblue/null-driver

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

GB Null Driver

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

Versions

  • Version 1.0.0.

    Likely works with Flarum v1.8.8.

  • Extension created.