PHPackages                             willemo/laravel-appmail-transport - 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. willemo/laravel-appmail-transport

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

willemo/laravel-appmail-transport
=================================

AppMail.io mail transport for Laravel 5

v1.0.3(9y ago)088MITPHPPHP &gt;=5.4

Since Feb 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/willemo/laravel-appmail-transport)[ Packagist](https://packagist.org/packages/willemo/laravel-appmail-transport)[ RSS](/packages/willemo-laravel-appmail-transport/feed)WikiDiscussions master Synced yesterday

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

laravel-appmail-transport
=========================

[](#laravel-appmail-transport)

[AppMail.io](appmail.io) mail transport for Laravel 5.x. This package adds a mail driver that supports the AppMail.io API v1.

This project is abandoned
-------------------------

[](#this-project-is-abandoned)

This project is no longer supported.

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

[](#installation)

To install this package you'll have to require it in composer:

```
composer require willemo/laravel-appmail-transport:1.*

```

After this you'll have to **replace** the default MailServiceProvider from Laravel in `config/app.php`:

```
Illuminate\Mail\MailServiceProvider::class, // remove this one
Willemo\LaravelAppMailTransport\ExtendedMailServiceProvider::class, // add this one
```

Now the only things you'll have to do is add your AppMail.io server key to the `config/services.php` file and add the `APPMAIL_KEY` variable to your `.env` file or environment variables:

### config/services.php:

[](#configservicesphp)

```
'appmail' => [
    'key' => env('APPMAIL_KEY'),
],
```

### .env:

[](#env)

```
APPMAIL_KEY=my_super_secret_appmail_server_key

```

Now all your emails will be sent through the AppMail.io API.

Todo
----

[](#todo)

What's still on the todo list for this package is the following:

- Process exceptions from the API;
- Create some way to get the message ID and tokens from the response from the API (possibly through events);
- Add tests.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~4 days

Total

9

Last Release

3393d ago

Major Versions

v0.0.5 → v1.0.02017-02-15

### Community

Maintainers

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

---

Top Contributors

[![willemo](https://avatars.githubusercontent.com/u/177329?v=4)](https://github.com/willemo "willemo (3 commits)")[![JackEllis](https://avatars.githubusercontent.com/u/537943?v=4)](https://github.com/JackEllis "JackEllis (1 commits)")

---

Tags

appmaillaravellaravel-5-packagelaravel-packagelaravel5laravel5-packagelaravelmailappmail

### Embed Badge

![Health badge](/badges/willemo-laravel-appmail-transport/health.svg)

```
[![Health](https://phpackages.com/badges/willemo-laravel-appmail-transport/health.svg)](https://phpackages.com/packages/willemo-laravel-appmail-transport)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87511.3M154](/packages/spatie-laravel-health)[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

252143.0k](/packages/erag-laravel-disposable-email)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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