PHPackages                             dcblogdev/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. dcblogdev/laravel-sent-emails

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

dcblogdev/laravel-sent-emails
=============================

Store outgoing emails in Laravel

v2.0.8(1y ago)25677.5k↓55.7%26[1 PRs](https://github.com/dcblogdev/laravel-sent-emails/pulls)MITPHPCI failing

Since Jul 12Pushed 5mo ago7 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (18)Used By (0)

Community
---------

[](#community)

There is a Discord community.  For quick help, ask questions in the appropriate channel.

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'

```

### ENV variables

[](#env-variables)

```
SENT_EMAILS_ROUTE_PATH=admin/sentemails
SENT_EMAILS_PER_PAGE=10
SENT_EMAILS_STORE_EMAILS=true
SENT_EMAILS_NO_EMAILS_MESSAGE='No emails have been sent'
SENT_EMAILS_COMPRESS_BODY=true
```

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 an email is sent it will be added to a database table and will be viewable in /sentemails.

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

### Changelog

[](#changelog)

Please see [Releases](https://github.com/dcblogdev/laravel-sent-emails/releases) 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

51

—

FairBetter than 95% of packages

Maintenance57

Moderate activity, may be stable

Popularity49

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 91.8% 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 ~112 days

Recently: every ~87 days

Total

16

Last Release

540d 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://avatars.githubusercontent.com/u/39399156?v=4)[dcblog](/maintainers/dcblog)[@dcblog](https://github.com/dcblog)

---

Top Contributors

[![dcblogdev](https://avatars.githubusercontent.com/u/1018170?v=4)](https://github.com/dcblogdev "dcblogdev (78 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (2 commits)")[![bernardo-campos](https://avatars.githubusercontent.com/u/12118879?v=4)](https://github.com/bernardo-campos "bernardo-campos (1 commits)")[![it-can](https://avatars.githubusercontent.com/u/644288?v=4)](https://github.com/it-can "it-can (1 commits)")[![woodspire](https://avatars.githubusercontent.com/u/1275609?v=4)](https://github.com/woodspire "woodspire (1 commits)")[![DTS-And-Eaglepoint-Funding](https://avatars.githubusercontent.com/u/96525640?v=4)](https://github.com/DTS-And-Eaglepoint-Funding "DTS-And-Eaglepoint-Funding (1 commits)")[![d-damien](https://avatars.githubusercontent.com/u/16645947?v=4)](https://github.com/d-damien "d-damien (1 commits)")

---

Tags

laraveldcblogdevsent-emails

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)

PHPackages © 2026

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