PHPackages                             snowfire/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. snowfire/mail

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

snowfire/mail
=============

Adds postmark as an additional email driver in Laravel

v2.1(7y ago)28104.2k↓90%10MITPHPPHP &gt;=5.4.0

Since Aug 21Pushed 7y ago4 watchersCompare

[ Source](https://github.com/Snowfire/Laravel-Postmark-Driver)[ Packagist](https://packagist.org/packages/snowfire/mail)[ RSS](/packages/snowfire-mail/feed)WikiDiscussions master Synced 3w ago

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

Send emails in Laravel with Postmark
====================================

[](#send-emails-in-laravel-with-postmark)

[Postmarkapp](http://postmarkapp.com) is an excellent ESP (Email Service Provider). This package makes it possible to send your emails with Postmark without modifing your code.

Using Laravel 4? Visit the [`laravel-4` branch](https://github.com/Snowfire/Laravel-Postmark-Driver/tree/laravel-4)

Add this to your `composer.json`

```
"snowfire/mail": "2.*"

```

Open app.php and **remove** this line:

```
Illuminate\Mail\MailServiceProvider

```

Add

```
Snowfire\Mail\PostmarkServiceProvider

```

In your `.env` change your driver to postmark.

In your config file `services.php` add your postmark api key.

```
'postmark' => [
	'api_key' => ''
],

```

Run a composer update and you are ready to go!

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 70.6% 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 ~484 days

Total

4

Last Release

2869d ago

Major Versions

v1.1 → v2.02015-08-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/4513288839d184d222046f71ee9e2e29ad676e4da76329151b517939bf1b5139?d=identicon)[emilsundberg](/maintainers/emilsundberg)

---

Top Contributors

[![emilsundberg](https://avatars.githubusercontent.com/u/215958?v=4)](https://github.com/emilsundberg "emilsundberg (12 commits)")[![phroggyy](https://avatars.githubusercontent.com/u/7256451?v=4)](https://github.com/phroggyy "phroggyy (2 commits)")[![hkdobrev](https://avatars.githubusercontent.com/u/506129?v=4)](https://github.com/hkdobrev "hkdobrev (1 commits)")[![jaketoolson](https://avatars.githubusercontent.com/u/612332?v=4)](https://github.com/jaketoolson "jaketoolson (1 commits)")[![Znarkus](https://avatars.githubusercontent.com/u/168042?v=4)](https://github.com/Znarkus "Znarkus (1 commits)")

### Embed Badge

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

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

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

The Illuminate Mail package.

5910.4M471](/packages/illuminate-mail)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2022.1M6](/packages/laravel-notification-channels-apn)[illuminate/notifications

The Illuminate Notifications package.

483.0M1.1k](/packages/illuminate-notifications)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

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

PHPackages © 2026

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