PHPackages                             tropicalapps/mail - 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. tropicalapps/mail

ActiveLibrary

tropicalapps/mail
=================

Laravel MailServiceProvider with Postmark support

07PHP

Since Jan 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/TropicalApps/Mail)[ Packagist](https://packagist.org/packages/tropicalapps/mail)[ RSS](/packages/tropicalapps-mail/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TropicalApps\\Mail
------------------

[](#tropicalappsmail)

Extended Laravel 5 Mail class with Postmark support... more soon.

### About

[](#about)

This package don't replace the Laravel Mail class this is only an extension to add support to more mail services like "postmark".

#### Install

[](#install)

```
composer require tropicalapps/mail

```

### config/app.php

[](#configappphp)

Change this line

```
Illuminate\Mail\MailServiceProvider::class

```

With this

```
\TropicalApps\Mail\CustomMailServiceProvider::class,

```

### config/services.php

[](#configservicesphp)

Add the Postmark service configuration

```
'postmark' => [
    'token' => env('POSTMARK_TOKEN')
]

```

### .env file

[](#env-file)

Add the follow vars to your environment configuration file

```
MAIL_FROM=your@mail.com
POSTMARK_TOKEN=ac497d4b-625c-4f41-9f59-4dad3660a665

```

### Usage

[](#usage)

Just select "postmark" as your mail driver by changing the follow var in the .env file

```
MAIL_DRIVER=postmark

```

### Info

[](#info)

- You need to create an account in :
- The mail account used in the MAIL\_FROM variable should be confirmmed and you can't use public email domains like gmail, outlook, etc.

For more info go to

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/80d5b818ba7e153fc45449cac9bf17346ac5c668a32596b454f3d5380281207e?d=identicon)[jeffer8a](/maintainers/jeffer8a)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tropicalapps-mail/health.svg)

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

PHPackages © 2026

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