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(9mo ago)024MITPHPPHP &gt;=8.3.0

Since Aug 7Pushed 9mo 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 1mo ago

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

33

—

LowBetter than 75% of packages

Maintenance58

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

278d 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

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[distantnative/retour-for-kirby

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

14689.4k1](/packages/distantnative-retour-for-kirby)[netflie/laravel-notification-whatsapp

Laravel notification driver for WhatsApp

176173.9k](/packages/netflie-laravel-notification-whatsapp)[getkirby/staticache

Static site performance on demand

9615.4k](/packages/getkirby-staticache)

PHPackages © 2026

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