PHPackages                             jmztaylor/laravel-sent-emails - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jmztaylor/laravel-sent-emails

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jmztaylor/laravel-sent-emails
=============================

Store outgoing emails in Laravel

v2.0.5(1y ago)0475MITBlade

Since Jul 12Pushed 1y agoCompare

[ Source](https://github.com/JmzTaylor/laravel-sent-emails)[ Packagist](https://packagist.org/packages/jmztaylor/laravel-sent-emails)[ Docs](https://github.com/jmztaylor/laravel-sent-emails)[ GitHub Sponsors](https://github.com/dcblogdev)[ RSS](/packages/jmztaylor-laravel-sent-emails/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (14)Used By (0)

Record and view all sent emails
===============================

[](#record-and-view-all-sent-emails)

[![Latest Version on Packagist](https://camo.githubusercontent.com/43b937fc0004d5d8d16c08826d053168d5e5611589502543edad31c67c509544/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6463626c6f676465762f6c61726176656c2d73656e742d656d61696c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dcblogdev/laravel-sent-emails)[![Total Downloads](https://camo.githubusercontent.com/5427326387bf1846ed9ed7b4df844db8a9e49cdb215d45b32c07f77630838c3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6463626c6f676465762f6c61726176656c2d73656e742d656d61696c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dcblogdev/laravel-sent-emails)

[![Example UI](https://repository-images.githubusercontent.com/279137838/610e3200-1d0e-11eb-8a39-7812708a55cd)](https://repository-images.githubusercontent.com/279137838/610e3200-1d0e-11eb-8a39-7812708a55cd)

Watch a video walkthrough [https://www.youtube.com/watch?v=Oj\_OF5n4l4k&amp;feature=youtu.be](https://www.youtube.com/watch?v=Oj_OF5n4l4k&feature=youtu.be)

[![Sample UI](https://user-images.githubusercontent.com/1018170/107695686-d80d7c00-6ca8-11eb-8a49-c08ddfa701fb.png)](https://user-images.githubusercontent.com/1018170/107695686-d80d7c00-6ca8-11eb-8a49-c08ddfa701fb.png)

Installation
------------

[](#installation)

> Note version 2+ requires Laravel 9+

You can install the package via composer:

```
composer require dcblogdev/laravel-sent-emails

```

Migration
---------

[](#migration)

You can publish the migration with:

```
php artisan vendor:publish --provider="Dcblogdev\LaravelSentEmails\SentEmailsServiceProvider" --tag="migrations"

```

After the migration has been published you can the tables by running the migration:

```
php artisan migrate

```

Config
------

[](#config)

You can publish the config with:

php artisan vendor:publish --provider="Dcblogdev\\LaravelSentEmails\\SentEmailsServiceProvider" --tag="config" After the config has been published you can change the route path for sentemails from /sentemails to anything you like such as /admin/sentemails:

```
'routepath' => 'sentemails'

```

Views
-----

[](#views)

You can publish the view with:

```
php artisan vendor:publish --provider="Dcblogdev\LaravelSentEmails\SentEmailsServiceProvider" --tag="views"

```

The views will be published to resources/views/vendor/sentemails

You can change the views to match your theme if desired.

Usage
-----

[](#usage)

As soon as a email is sent it will be added to a database table and will be viewable in /admin/sentemails.

> Note you have to be logged in to be able to see admin/sentemails, if you are not logged in when you attempt to see admin/sentemails you will be redirected to a login route.

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [David Carr](https://github.com/dcblogdev)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 84.2% 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 ~117 days

Recently: every ~174 days

Total

13

Last Release

718d ago

Major Versions

v1.0.6 → v2.0.02022-01-29

PHP version history (2 changes)v1.0.0PHP ^7.2

v1.0.4PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/189b296bef74174684c5c530f30ec87689689144c02b242d505b5a366f06c1f3?d=identicon)[jmztaylor](/maintainers/jmztaylor)

---

Top Contributors

[![dcblogdev](https://avatars.githubusercontent.com/u/1018170?v=4)](https://github.com/dcblogdev "dcblogdev (32 commits)")[![JmzTaylor](https://avatars.githubusercontent.com/u/1208190?v=4)](https://github.com/JmzTaylor "JmzTaylor (4 commits)")[![bernardo-campos](https://avatars.githubusercontent.com/u/12118879?v=4)](https://github.com/bernardo-campos "bernardo-campos (1 commits)")[![woodspire](https://avatars.githubusercontent.com/u/1275609?v=4)](https://github.com/woodspire "woodspire (1 commits)")

---

Tags

laravelsent-emailsjmztaylor

### Embed Badge

![Health badge](/badges/jmztaylor-laravel-sent-emails/health.svg)

```
[![Health](https://phpackages.com/badges/jmztaylor-laravel-sent-emails/health.svg)](https://phpackages.com/packages/jmztaylor-laravel-sent-emails)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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