PHPackages                             soluzione-software/laravel-email-logging - 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. soluzione-software/laravel-email-logging

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

soluzione-software/laravel-email-logging
========================================

Email logging driver for Laravel.

0.3.1(4y ago)01.0kMITPHPPHP ^7.1

Since Jun 16Pushed 4y ago2 watchersCompare

[ Source](https://github.com/soluzione-software/laravel-email-logging)[ Packagist](https://packagist.org/packages/soluzione-software/laravel-email-logging)[ RSS](/packages/soluzione-software-laravel-email-logging/feed)WikiDiscussions master Synced 2d ago

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

Laravel Email Logging
=====================

[](#laravel-email-logging)

[![Latest Version](https://camo.githubusercontent.com/00aaf792f4f45fcf0c13936ebddaad5aad6ff481a4498d2761f28217676310b6/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f6c757a696f6e652d736f6674776172652f6c61726176656c2d656d61696c2d6c6f6767696e672e7376673f6c6162656c3d52656c65617365267374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/soluzione-software/laravel-email-logging)[![MIT License](https://camo.githubusercontent.com/5bc780507263be755b87d46eb0c7587402d83ab960fcc8800b9786fd0d91054c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f736f6c757a696f6e652d736f6674776172652f6c61726176656c2d656d61696c2d6c6f6767696e672e7376673f6c6162656c3d4c6963656e736526636f6c6f723d626c7565267374796c653d666f722d7468652d6261646765)](https://github.com/soluzione-software/laravel-email-logging/blob/master/LICENSE.md)

Adds the email driver for logging.

Installation and usage
----------------------

[](#installation-and-usage)

```
composer require soluzione-software/laravel-email-logging
```

create channel config in `config/logging.php`:

```
return [
    //...

    'channels' => [
        //...

        'email' => [
            'driver' => 'email',
        ],
    ],
];
```

Then you can do like follows:

```
Illuminate\Support\Facades\Log::channel('email')->error('...');
```

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

[](#configuration)

See [Laravel documentation](https://laravel.com/docs/logging#configuration) for configuring channels.

In order to disable email sending, set `null` value for `to` option, like follows:

```
return [

    //...

    'channels' => [
        //...

        'email' => [
            //...
            'to' => null,
        ],
    ],
];
```

### Available Configuration Options

[](#available-configuration-options)

NameDefault`level``error``to``null``from.address`see config `mail.from.address``from.name`see config `mail.from.name`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

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 ~84 days

Total

5

Last Release

1820d ago

PHP version history (2 changes)0.1.0PHP ^7.0

0.2.0PHP ^7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/49692407?v=4)[Soluzione Software srl](/maintainers/soluzione-software)[@soluzione-software](https://github.com/soluzione-software)

### Embed Badge

![Health badge](/badges/soluzione-software-laravel-email-logging/health.svg)

```
[![Health](https://phpackages.com/badges/soluzione-software-laravel-email-logging/health.svg)](https://phpackages.com/packages/soluzione-software-laravel-email-logging)
```

###  Alternatives

[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)

PHPackages © 2026

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