PHPackages                             mattstein/kirby-unsend - 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. mattstein/kirby-unsend

ActiveKirby-plugin[Mail &amp; Notifications](/categories/mail)

mattstein/kirby-unsend
======================

Unsend email provider for Kirby CMS.

1.0.0(11mo ago)024MITPHPPHP &gt;=8.3.0

Since Aug 7Pushed 10mo agoCompare

[ Source](https://github.com/mattstein/kirby-unsend)[ Packagist](https://packagist.org/packages/mattstein/kirby-unsend)[ RSS](/packages/mattstein-kirby-unsend/feed)WikiDiscussions main Synced today

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

Unsend Email Provider for Kirby CMS
===================================

[](#unsend-email-provider-for-kirby-cms)

Overview
--------

[](#overview)

This plugin allows Kirby’s email component to send messages with [Unsend](https://unsend.dev), an open source email platform that uses Amazon SES.

Once installed and configured properly, any message sent via Kirby’s standard `kirby()->email()` will be handled by Unsend’s API.

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

[](#installation)

Install via Composer:

```
composer require mattstein/kirby-unsend

```

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

[](#configuration)

Set an `UNSEND_API_KEY` environment variable, and `UNSEND_URL` if you self-host (example: `https://unsend.example.com`).

Alternatively, you can specify your API key and URL in `site/config/config.php`:

```
return [
    'mattstein.unsend' => [
        'apiKey' => 'your-api-key',
        'url' => 'https://unsend.example.com',
    ],
    // ...
];
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance52

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

332d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e0d8e8a2b2564922c84a3e8e552d6da91645aceb3121938b3c5ef1037429ff7?d=identicon)[mattstein](/maintainers/mattstein)

---

Top Contributors

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

---

Tags

kirby-cmskirby-pluginunsend

### Embed Badge

![Health badge](/badges/mattstein-kirby-unsend/health.svg)

```
[![Health](https://phpackages.com/badges/mattstein-kirby-unsend/health.svg)](https://phpackages.com/packages/mattstein-kirby-unsend)
```

###  Alternatives

[getkirby/cms

The Kirby core

1.5k584.8k475](/packages/getkirby-cms)[getkirby/starterkit

Kirby Starterkit

20413.5k](/packages/getkirby-starterkit)[medienbaecker/kirby-modules

Easily add modules to your pages

895.5k1](/packages/medienbaecker-kirby-modules)[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14698.5k1](/packages/distantnative-retour-for-kirby)[getkirby/plainkit

Kirby Plainkit

11911.7k1](/packages/getkirby-plainkit)[getkirby/staticache

Static site performance on demand

10018.0k](/packages/getkirby-staticache)

PHPackages © 2026

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