glowingblue / null-driver
Exposes Flarum's NullDriver to be selected as an email driver in the Admin settings.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
Requires (Dev)
- flarum/phpstan: *
- flarum/testing: ^1.0.0
This package is auto-updated.
Last update: 2024-11-15 11:41:22 UTC
README
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