PHPackages                             jeffersongoncalves/filament-newsletter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. jeffersongoncalves/filament-newsletter

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

jeffersongoncalves/filament-newsletter
======================================

Filament admin UI for composing, scheduling, and sending newsletters to subscriber email groups.

3.x-dev(1mo ago)20MITPHPPHP ^8.2CI passing

Since Jul 14Pushed 3w ago1 watchersCompare

[ Source](https://github.com/jeffersongoncalves/filament-newsletter)[ Packagist](https://packagist.org/packages/jeffersongoncalves/filament-newsletter)[ Docs](https://github.com/jeffersongoncalves/filament-newsletter)[ GitHub Sponsors](https://github.com/jeffersongoncalves)[ RSS](/packages/jeffersongoncalves-filament-newsletter/feed)WikiDiscussions 3.x Synced 1w ago

READMEChangelogDependencies (9)Versions (3)Used By (0)

[![Filament Newsletter](https://raw.githubusercontent.com/jeffersongoncalves/filament-newsletter/3.x/art/jeffersongoncalves-filament-newsletter.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-newsletter/3.x/art/jeffersongoncalves-filament-newsletter.png)

Filament Newsletter
===================

[](#filament-newsletter)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1f7f182bfcb4390186d8cd830690fc7eb3784c68d4feb35735cc6be415d7c9c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6e6577736c65747465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-newsletter)[![GitHub Tests Action Status](https://camo.githubusercontent.com/92116c532cb49a8320e890ca34c515e69bd51dd4bf182c1d0cf1886f170c2e1a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6e6577736c65747465722f74657374732e796d6c3f6272616e63683d332e78266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/jeffersongoncalves/filament-newsletter/actions?query=workflow%3Atests+branch%3A3.x)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/ebfdb51b4d22af8be9088ea8d6c3c89df3fd96896a0f8f6956dd66d763d32647/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6e6577736c65747465722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d332e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jeffersongoncalves/filament-newsletter/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3A3.x)[![Total Downloads](https://camo.githubusercontent.com/cc4675b1dfcd658120d8d7053ed061c2ad48b22fd674f04970fd65713cfda2b3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6e6577736c65747465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-newsletter)[![License](https://camo.githubusercontent.com/150324e2397d597bcd191b2f85fa0338061c65b101caf2869bf05254bc16b293/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d6e6577736c65747465722e7376673f7374796c653d666c61742d737175617265)](LICENSE)

A Filament plugin for composing, scheduling, and sending newsletters to subscriber email groups, with delivery tracking and broken-link checks.

Compatibility
-------------

[](#compatibility)

VersionFilamentPHPLaravelTailwind[1.x](https://github.com/jeffersongoncalves/filament-newsletter/tree/1.x)^3.0^8.1^10.03.x[2.x](https://github.com/jeffersongoncalves/filament-newsletter/tree/2.x)^4.0^8.2^11.04.x[3.x](https://github.com/jeffersongoncalves/filament-newsletter/tree/3.x)^5.0^8.2^11.284.xInstallation
------------

[](#installation)

You can install the package via composer:

```
composer require jeffersongoncalves/filament-newsletter:"^3.0"
```

Publish the configuration (optional):

```
php artisan vendor:publish --tag="filament-newsletter-config"
```

Publish the translations (optional):

```
php artisan vendor:publish --tag="filament-newsletter-translations"
```

Usage
-----

[](#usage)

Register the plugin in your panel provider:

```
use JeffersonGoncalves\FilamentNewsletter\FilamentNewsletterPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            FilamentNewsletterPlugin::make(),
        ]);
}
```

### Newsletters

[](#newsletters)

The **Newsletter** resource lets you compose a newsletter with rich text, Markdown, or raw HTML content, attach files, target one or more email groups, and:

- **Send test** — deliver a single copy to an arbitrary email address before sending to your list.
- **Send now** — send the newsletter to every subscriber of the selected email groups immediately.
- **Schedule** — pick a date and time and the newsletter status moves to `scheduled`.
- **Sending status** — a read-only breakdown of sent vs. failed deliveries for the newsletter.
- **Check broken links** — scans the newsletter content for broken URLs and reports them.

### Email Groups

[](#email-groups)

The **Email Group** resource manages named subscriber lists. Each group shows the number of confirmed, still-subscribed members, and has a relation manager for its members where you can toggle a member's unsubscribed state or remove them.

Localization
------------

[](#localization)

Translations are provided for:

- English (`en`)
- Brazilian Portuguese (`pt_BR`)

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jefferson Gonçalves](https://github.com/jeffersongoncalves)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance93

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~9 days

Total

3

Last Release

27d ago

Major Versions

1.x-dev → 2.x-dev2026-08-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/411493?v=4)[Jefferson Gonçalves](/maintainers/jeffersongoncalves)[@jeffersongoncalves](https://github.com/jeffersongoncalves)

---

Top Contributors

[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (11 commits)")

---

Tags

emailfilamentfilament-pluginjeffersongoncalveslaravellivewirenewsletterphplaravelemailmailing listnewsletterfilamentfilament-plugin

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jeffersongoncalves-filament-newsletter/health.svg)

```
[![Health](https://phpackages.com/badges/jeffersongoncalves-filament-newsletter/health.svg)](https://phpackages.com/packages/jeffersongoncalves-filament-newsletter)
```

###  Alternatives

[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

316.8k2](/packages/finity-labs-fin-mail)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[visualbuilder/email-templates

Email Template editor for Filament

11753.1k](/packages/visualbuilder-email-templates)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

85240.3k10](/packages/stephenjude-filament-two-factor-authentication)[slimani/filament-media-manager

A media manager plugin for Filament.

179.7k1](/packages/slimani-filament-media-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
