A Flarum extension. Add a simple newsletter system to Flarum.
This extension allow admin to collect emails and to send newsletter for all those users who are subscribed at once! This extension have an automatic opt-out system with an "Unsubscribe" link placed in the newsletter footer (See picture), that redirect user to a dedicated page where is possible to confirm the opt out through a form.
Anyone can subscribe to the newsletter after reading and confirming the rules.
Install with composer:
composer require justoverclock/newsletter:"*"
composer update justoverclock/newsletter:"*"
php flarum migrate
php flarum cache:clear