PHPackages                             nuewire/mail - 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. nuewire/mail

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

nuewire/mail
============

Encrypted, file-based Laravel mail settings with a single Livewire component.

1.0.0(today)00MITPHPPHP ^8.2

Since Jul 28Pushed todayCompare

[ Source](https://github.com/nuewire/mail)[ Packagist](https://packagist.org/packages/nuewire/mail)[ RSS](/packages/nuewire-mail/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (17)Versions (2)Used By (0)

Nuewire Mail
============

[](#nuewire-mail)

Mail driver settings for Laravel and Livewire.

Install
-------

[](#install)

```
composer require nuewire/mail
php artisan optimize:clear
```

Component
---------

[](#component)

```

```

With `nuewire/platform`, the page appears automatically under admin settings.

Drivers
-------

[](#drivers)

- SMTP
- Sendmail
- Amazon SES
- Mailgun
- Postmark
- Resend
- Log
- Array

Storage
-------

[](#storage)

Settings are encrypted at:

```
storage/app/private/.nuewire/emails.json

```

Usage
-----

[](#usage)

The selected mailer becomes Laravel's default when the option is enabled.

```
Mail::to('user@example.com')->send(new InvoiceReady());
```

Use the package mailer explicitly:

```
Mail::mailer('nuewire')->to('user@example.com')->send(new InvoiceReady());
```

The initial driver is `log`.

Access
------

[](#access)

The component requires authentication by default.

```
NUEWIRE_MAIL_GATE=manage-email-settings
```

Publish
-------

[](#publish)

```
php artisan vendor:publish --tag=nuewire-mail-config
php artisan vendor:publish --tag=nuewire-mail-views
php artisan vendor:publish --tag=nuewire-mail-translations
```

Config path:

```
config/nuewire/mail.php

```

Restart queue or Octane workers after changing drivers.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/712577?v=4)[Novianto Rahmadi](/maintainers/novay)[@novay](https://github.com/novay)

---

Top Contributors

[![novay](https://avatars.githubusercontent.com/u/712577?v=4)](https://github.com/novay "novay (7 commits)")

---

Tags

laravelmailemaillivewireresendsmtp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nuewire-mail/health.svg)

```
[![Health](https://phpackages.com/badges/nuewire-mail/health.svg)](https://phpackages.com/packages/nuewire-mail)
```

###  Alternatives

[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M134](/packages/roots-acorn)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M250](/packages/laravel-ai)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[illuminate/notifications

The Illuminate Notifications package.

483.1M1.2k](/packages/illuminate-notifications)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M137](/packages/laravel-pulse)

PHPackages © 2026

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