PHPackages                             neosrulez/directmail - 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. neosrulez/directmail

ActiveNeos-package

neosrulez/directmail
====================

A plugin to turn Neos CMS into a newsletter tool.

2.0.0(2mo ago)05.7k↓50%1[1 PRs](https://github.com/patriceckhart/NeosRulez.DirectMail/pulls)3PHP

Since Apr 1Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/patriceckhart/NeosRulez.DirectMail)[ Packagist](https://packagist.org/packages/neosrulez/directmail)[ GitHub Sponsors](https://github.com/patriceckhart)[ RSS](/packages/neosrulez-directmail/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (58)Used By (3)

Turn Neos CMS into a newsletter tool
====================================

[](#turn-neos-cms-into-a-newsletter-tool)

A plugin to turn Neos CMS into a newsletter tool.

This packages adds a new backend module to import and manage recipients and recipient lists, create mailings and send them to the recipients. It also adds a tracking pixel to track whether the recipient opened the email and whether they clicked on links in the email. In the Neos content module you can create new `Newsletter` document nodes, which can be used as content for the mailings.

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

[](#installation)

The NeosRulez.DirectMail package is listed on packagist () - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

```
composer require neosrulez/directmail

```

Usage
-----

[](#usage)

```
NeosRulez:
  DirectMail:
    useAjax: false
    senderMail: 'postmaster@foo.bar'
    senderName: 'Postmaster'
    startDispatchFromNeosBackend: false # Enables a button in the Neos backend to start the dispatch of newsletters.
    baseUri: 'http://foo.bar' # Base URI must be set, if your Newsletter will be sent from CLI, e.g. via a cronjob.
    apiKey: '12345678' # Use a safe key with random letters and numbers in sufficient length
    percentageOfDispatch: true
    language: true

    # Optional settings:
    rtrEcgList:
      apiKey: 'bc3e81d8-5673-444d-a373-67954417786a' # When creating mailings, you can check whether the recipients are on the ecg list. These recipients will not be added.
    recipient:
      customFields:
        company:
          type: string
          label: Company

```

### Migration from version &lt; 2.0.0

[](#migration-from-version--200)

Since Neos now uses symfony/mailer instead of swiftmailer, the mailer service has been refactored. Therefore, you have to install either `neos/symfonymailer` or `neos/swiftmailer` manually, if not already done.

Version `2.0.0` adds new roles:

- `NeosRulez.DirectMail:RecipientListManager`: Allows to manage recipients and recipient lists.
- `NeosRulez.DirectMail:QueueManager`Allows to manage mailings and the mailing queue, and to send mailings.
- `NeosRulez.DirectMail:TrackingManager`Allows to view the tracking data of mailings.
- `NeosRulez.DirectMail:ImportManager`Allows to import recipients and recipient lists.
- `NeosRulez.DirectMail:Administrator`Allows full access to the DirectMail module.

If you upgrade from a version `< 2.0.0` you have to assign the new roles to your users, otherwise they won't be able to use the module anymore.

Author
------

[](#author)

- E-Mail:
- URL:

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance87

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~32 days

Total

57

Last Release

63d ago

Major Versions

1.0.4.42 → 2.0.02026-03-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/8604597e730303a1739fbb6a24bcf77019b22068e5d838ae4c12756e8121b488?d=identicon)[patriceckhart](/maintainers/patriceckhart)

---

Top Contributors

[![patriceckhart](https://avatars.githubusercontent.com/u/10776002?v=4)](https://github.com/patriceckhart "patriceckhart (126 commits)")[![Benjamin-K](https://avatars.githubusercontent.com/u/3098031?v=4)](https://github.com/Benjamin-K "Benjamin-K (14 commits)")[![martinlipp](https://avatars.githubusercontent.com/u/7592369?v=4)](https://github.com/martinlipp "martinlipp (4 commits)")

### Embed Badge

![Health badge](/badges/neosrulez-directmail/health.svg)

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

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[neos/neos-ui

Neos CMS UI written in React

2661.0M104](/packages/neos-neos-ui)[neos/form-builder

Flow Form Framework integration into Neos CMS

19347.1k18](/packages/neos-form-builder)[neos/demo

Site package for the Neos Demo Site

18181.0k6](/packages/neos-demo)[flowpack/media-ui

This module allows managing media assets including pictures, videos, audio and documents.

2184.5k2](/packages/flowpack-media-ui)

PHPackages © 2026

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