PHPackages                             darkgoldblade01/custom-email - 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. darkgoldblade01/custom-email

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

darkgoldblade01/custom-email
============================

The ability to send an email using the Mailable class as a notification, using custom templates if needed.

v1.0.1(9y ago)038[1 PRs](https://github.com/darkgoldblade01/Laravel-Email-Notification-Channel/pulls)MITPHP &gt;=5.6.4

Since Sep 15Compare

[ Source](https://github.com/darkgoldblade01/Laravel-Email-Notification-Channel)[ Packagist](https://packagist.org/packages/darkgoldblade01/custom-email)[ Docs](https://github.com/laravel-notification-channels/Custom-Email)[ RSS](/packages/darkgoldblade01-custom-email/feed)WikiDiscussions Synced 6d ago

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

Custom Email Notification Channel
=================================

[](#custom-email-notification-channel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/735956f2840139aabae03bbb53e332ad6c3899fc5a3d48170c777b21a740e8fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f437573746f6d2d456d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-notification-channels/Custom-Email)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/dbe27361ee1d2a0bf98b917c26463d0cc6d7b5b3cf2b0cdbd52e8a7eee341971/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f437573746f6d2d456d61696c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/laravel-notification-channels/Custom-Email)[![StyleCI](https://camo.githubusercontent.com/768a6041e6d9e1d5da89e64c3e785631240f2736770dfa68d509c42a321135da/68747470733a2f2f7374796c6563692e696f2f7265706f732f3a7374796c655f63695f69642f736869656c64)](https://styleci.io/repos/:style_ci_id)[![SensioLabsInsight](https://camo.githubusercontent.com/7a395d7551140767a9f38f838e0e96b367bae56234402374185cd65ee8d795a1/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f3a73656e73696f5f6c6162735f69642e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/:sensio_labs_id)[![Quality Score](https://camo.githubusercontent.com/4f524b90d720c35704a00bf6d219de20a8f5bfcfa056482ead854bc92867ab19/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f437573746f6d2d456d61696c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/laravel-notification-channels/Custom-Email)[![Code Coverage](https://camo.githubusercontent.com/2e1b5167ac649d17b836545288df9d217e49fed3711039ddd0878ca66816e8ed/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f437573746f6d2d456d61696c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/laravel-notification-channels/Custom-Email/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/18c60125df642dbc54e412182c6a0eb232e3c3e7a81df7d5c55718e044a49bba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f437573746f6d2d456d61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-notification-channels/Custom-Email)

This package makes it easy to send notifications using custom email templates with Laravel 5.3.

The ability to send an email using the Mailable class as a notification, using custom templates if needed.

Contents
--------

[](#contents)

- [Installation](#installation)
    - [Setting up the CustomEmail service](#setting-up-the-CustomEmail-service)
- [Usage](#usage)
    - [Available Message methods](#available-message-methods)
- [Changelog](#changelog)
- [Testing](#testing)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

Please also include the steps for any third-party service setup that's required for this package.

### Setting up the CustomEmail service

[](#setting-up-the-customemail-service)

Optionally include a few steps how users can set up the service.

Usage
-----

[](#usage)

Some code examples, make it clear how to use the package

### Available methods

[](#available-methods)

A list of all available options

Changelog
---------

[](#changelog)

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

Testing
-------

[](#testing)

```
$ composer test
```

Security
--------

[](#security)

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

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

[](#contributing)

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

Credits
-------

[](#credits)

- [Brian Logan](https://github.com/darkgoldblade01)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

2

Last Release

3620d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/093f0f4c952fb410a2324eb9acfa28d8a9bd44ed9158bce0b336fec77a674820?d=identicon)[brianclogan](/maintainers/brianclogan)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/darkgoldblade01-custom-email/health.svg)

```
[![Health](https://phpackages.com/badges/darkgoldblade01-custom-email/health.svg)](https://phpackages.com/packages/darkgoldblade01-custom-email)
```

###  Alternatives

[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k31.8M158](/packages/laravel-cashier)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M185](/packages/spatie-laravel-health)[laravel-notification-channels/webpush

Web Push Notifications driver for Laravel.

9096.0M30](/packages/laravel-notification-channels-webpush)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2022.3M10](/packages/laravel-notification-channels-apn)[illuminate/mail

The Illuminate Mail package.

5910.7M567](/packages/illuminate-mail)[laravel-notification-channels/expo

Expo Notifications Channel for Laravel

67703.4k1](/packages/laravel-notification-channels-expo)

PHPackages © 2026

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