PHPackages                             solvecase/sentmaillogger - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. solvecase/sentmaillogger

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

solvecase/sentmaillogger
========================

Save a copy of laravel sent email in imap sent folder.

v1.0.0(2y ago)020MITPHP

Since Dec 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/solvecase/sentmaillogger)[ Packagist](https://packagist.org/packages/solvecase/sentmaillogger)[ Docs](https://github.com/solvecase/sentmaillogger)[ RSS](/packages/solvecase-sentmaillogger/feed)WikiDiscussions master Synced 1mo ago

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

SentMailLogger
==============

[](#sentmaillogger)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a008a49b3bcc3be965c4f24331fd3e0075d6a02751ed3a093c4444aa3b1b1eac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f6c7665636173652f73656e746d61696c6c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solvecase/sentmaillogger)[![Total Downloads](https://camo.githubusercontent.com/512a8fb57adb3a0a80c86508d182f83ba0ee6b36e58504d2d45760136b260059/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f6c7665636173652f73656e746d61696c6c6f676765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solvecase/sentmaillogger)

Save a copy of laravel sent email in imap sent folder.

Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
composer require solvecase/sentmaillogger
```

Prerequisite
------------

[](#prerequisite)

- laravel-framework &gt;=9
- php-imap extension

Configuration
-------------

[](#configuration)

```
LOG_SENT_MESSAGE=true
LOG_ON_QUEUE=true
IMAP_PORT=993
IMAP_PROTOCOL="imap"
IMAP_ENCRYPTION="ssl"
IMAP_FOLDER="Sent"
IMAP_VALIDATE_CERT=true
IMAP_HOST="your-mail-host.com"
IMAP_USERNAME="email@example.com"
IMAP_PASSWORD="********"

```

`LOG_SENT_MESSAGE` enable/disable sent mail logger

`LOG_ON_QUEUE` implements ***Illuminate\\Contracts\\Queue\\ShouldQueue***

`IMAP_FOLDER` folder to be appended sent mail.

`IMAP_PROTOCOL`

- `imap` — Use IMAP \[default\]
- `pop3` — Use POP3
- `nntp` — Use NNTP

`IMAP_ENCRYPTION`

- `false` — Disable encryption
- `ssl` — Use SSL \[default\]
- `tls` — Use TLS
- `starttls` — Use STARTTLS
- `notls` — Use NoTLS

`IMAP_VALIDATE_CERT` validate certificates from TLS/SSL server

See more information on [PHP-IMAP](https://www.php.net/manual/en/book.imap.php)

Change log
----------

[](#change-log)

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

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

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [SolveCase](https://github.com/solvecase)
- [All Contributors](https://github.com/solvecase/sentmaillogger/graphs/contributors)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

885d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab49ba801cb75831ca98929857800cb9f389b9322571b014eedd10e3d4493484?d=identicon)[SolveCase](/maintainers/SolveCase)

---

Top Contributors

[![solvecase](https://avatars.githubusercontent.com/u/57515482?v=4)](https://github.com/solvecase "solvecase (1 commits)")

---

Tags

logmessageeventlaravelmailemailcopyimappop3appendsent

### Embed Badge

![Health badge](/badges/solvecase-sentmaillogger/health.svg)

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

###  Alternatives

[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[webklex/laravel-imap

Laravel IMAP client

7164.2M13](/packages/webklex-laravel-imap)[saasscaleup/laravel-log-alarm

Laravel log Alarm help you to set up alarm when errors occur in your system and send you a notification via Slack and email

27025.0k](/packages/saasscaleup-laravel-log-alarm)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)[binarybuilds/laravel-mail-manager

A Laravel mail manager to record and re-send all outgoing emails.

2440.2k1](/packages/binarybuilds-laravel-mail-manager)

PHPackages © 2026

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