PHPackages                             codiblenet/laravel-mail-reacher - 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. codiblenet/laravel-mail-reacher

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

codiblenet/laravel-mail-reacher
===============================

Official Laravel mail transport for Mail Reacher.

v0.1.0(1mo ago)01MITPHPPHP ^8.1CI passing

Since Jun 14Pushed 1mo agoCompare

[ Source](https://github.com/CodibleNet/laravel-mail-reacher)[ Packagist](https://packagist.org/packages/codiblenet/laravel-mail-reacher)[ Docs](https://mail-reacher.com/docs)[ RSS](/packages/codiblenet-laravel-mail-reacher/feed)WikiDiscussions main Synced 1w ago

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

Laravel Mail Reacher
====================

[](#laravel-mail-reacher)

Official Laravel mail transport for Mail Reacher. It lets existing `Mail`, `Mailable`, notification and `MailMessage` flows send through Mail Reacher without rewriting application email code.

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

[](#installation)

```
composer require codiblenet/laravel-mail-reacher
```

Publish config if needed:

```
php artisan vendor:publish --tag=mailreacher-config
```

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

[](#configuration)

```
MAIL_MAILER=mailreacher
MAILREACHER_API_KEY=mr_test_or_live_key
MAIL_FROM_ADDRESS=noreply@example.com
MAIL_FROM_NAME="Your App"
```

Add the mailer to `config/mail.php` if it is not already present:

```
'mailers' => [
    'mailreacher' => [
        'transport' => 'mailreacher',
    ],
],
```

That is intentionally the only Mail Reacher-specific environment knob for normal apps: the package sends to the official Mail Reacher API endpoint, and `MAILREACHER_API_KEY` selects the project environment/provider.

Existing Laravel `Mail`, `Mailable`, `Notification` and `MailMessage` flows keep working.

Example
-------

[](#example)

```
use App\Mail\WelcomeMail;
use Illuminate\Support\Facades\Mail;

Mail::to('marie@example.com')->send(new WelcomeMail());
```

Publishing
----------

[](#publishing)

This repository is intended to be published on Packagist as `codiblenet/laravel-mail-reacher` and versioned with GitHub releases/tags such as `v0.1.0`.

Testing
-------

[](#testing)

```
composer test
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance90

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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

46d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53e6f20afc3daf2ea2b9a1c685a8c8e266d4f9d64011a3aaef936c972cbd75e4?d=identicon)[Jo0kker](/maintainers/Jo0kker)

---

Top Contributors

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

---

Tags

laravelemailmailertransporttransactional emailmail-reacher

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codiblenet-laravel-mail-reacher/health.svg)

```
[![Health](https://phpackages.com/badges/codiblenet-laravel-mail-reacher/health.svg)](https://phpackages.com/packages/codiblenet-laravel-mail-reacher)
```

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[illuminate/mail

The Illuminate Mail package.

5910.6M535](/packages/illuminate-mail)[illuminate/notifications

The Illuminate Notifications package.

483.1M1.2k](/packages/illuminate-notifications)

PHPackages © 2026

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