PHPackages                             kaufmanndigital/email-editing - 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. kaufmanndigital/email-editing

ActiveNeos-package[Mail &amp; Notifications](/categories/mail)

kaufmanndigital/email-editing
=============================

2.0.2(1mo ago)21.8k↓42.6%1PHP

Since May 6Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/KaufmannDigital/KaufmannDigital.EmailEditing)[ Packagist](https://packagist.org/packages/kaufmanndigital/email-editing)[ RSS](/packages/kaufmanndigital-email-editing/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (23)Used By (1)

KaufmannDigital.EmailEditing
============================

[](#kaufmanndigitalemailediting)

A Neos CMS package for building and managing responsive emails through the Neos backend. It provides a visual email editor with a component-based approach, using [MJML](https://mjml.io/) under the hood to ensure compatibility across all major email clients.

Features
--------

[](#features)

- **Visual Email Editing** — Create and edit emails directly in the Neos backend using familiar content elements
- **MJML Rendering** — Emails are rendered via MJML, producing responsive HTML that works across all email clients
- **Reusable Layouts** — Define email layouts with header, footer, and global styling that individual emails inherit
- **Cascading Styles** — Global typography, colors, and spacing can be set on the layout level and overridden per component
- **Content Components** — Section, Column, Headline, Text, Image, Button, Divider, and Spacer
- **Full i18n Support** — All labels available in English and German

Requirements
------------

[](#requirements)

- Neos CMS &gt;= 8.3
- PHP &gt;= 8.1
- Node.js (required for MJML compilation)

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

[](#installation)

Install via Composer:

```
composer require kaufmanndigital/email-editing
```

MJML's Node.js dependencies are automatically installed via a Composer post-install hook.

Usage
-----

[](#usage)

### 1. Create an Email Layout

[](#1-create-an-email-layout)

In the Neos backend, create an **Email Layout** document inside an **Email Folder**. The layout defines:

- **Header &amp; Footer** — Shared content areas rendered on every email using this layout
- **Global Styling** — Default typography (headlines, body text), background colors, button styles, section/column spacing

### 2. Create an Email

[](#2-create-an-email)

Create an **Email** document and select the desired layout. The email's main content area accepts **Sections**, which in turn contain **Columns** with content elements:

```
Email
└── Section
    ├── Column
    │   ├── Headline
    │   ├── Text
    │   └── Button
    └── Column
        └── Image

```

### 3. Available Content Elements

[](#3-available-content-elements)

ElementDescription**Section**Container with background image/color support**Column**Layout column within a section**Headline**Heading with full typography control**Text**Rich text with bold and link formatting**Image**Image with optional link and width control**Button**Call-to-action with configurable colors**Divider**Horizontal line (solid, dotted, or dashed)**Spacer**Vertical spacing with configurable height### 4. Style Inheritance

[](#4-style-inheritance)

Styling follows a cascading pattern: **Layout → Section → Column → Element**. Properties set on the layout (e.g. headline font family) apply globally unless overridden on a specific element.

Extensions
----------

[](#extensions)

### CleverReach Integration

[](#cleverreach-integration)

The optional [`kaufmanndigital/email-editing-cleverreach`](https://packagist.org/packages/kaufmanndigital/email-editing-cleverreach) package adds the ability to send emails directly to [CleverReach](https://www.cleverreach.com/) from the Neos backend.

```
composer require kaufmanndigital/email-editing-cleverreach
```

CSS Building
------------

[](#css-building)

```
sass --watch DistributionPackages/EmailEditing/Resources/Private/Scss/EmailEditing.scss DistributionPackages/EmailEditing/Resources/Public/Styles/EmailEditing.css
```

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance86

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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 ~16 days

Recently: every ~1 days

Total

21

Last Release

56d ago

Major Versions

1.7.x-dev → 2.0.02026-03-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ec6c2ae665e40ee04396a70c824f37be27b5f98330b66c18256ebd21dfb52b5?d=identicon)[kaufmanndigital](/maintainers/kaufmanndigital)

---

Top Contributors

[![Nikdro](https://avatars.githubusercontent.com/u/9807101?v=4)](https://github.com/Nikdro "Nikdro (39 commits)")[![Andyyyyyy](https://avatars.githubusercontent.com/u/18618394?v=4)](https://github.com/Andyyyyyy "Andyyyyyy (3 commits)")

### Embed Badge

![Health badge](/badges/kaufmanndigital-email-editing/health.svg)

```
[![Health](https://phpackages.com/badges/kaufmanndigital-email-editing/health.svg)](https://phpackages.com/packages/kaufmanndigital-email-editing)
```

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[netflie/laravel-notification-whatsapp

Laravel notification driver for WhatsApp

176173.9k](/packages/netflie-laravel-notification-whatsapp)[opcodesio/mail-parser

Parse emails without the mailparse extension

226.8M8](/packages/opcodesio-mail-parser)

PHPackages © 2026

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