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

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

neosrulez/neos-mailgun
======================

A Neos Flow package to easily use the mailgun api

1.0.0(4y ago)0324PHP

Since Feb 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/patriceckhart/NeosRulez.Neos.Mailgun)[ Packagist](https://packagist.org/packages/neosrulez/neos-mailgun)[ RSS](/packages/neosrulez-neos-mailgun/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Neos mailgun package
====================

[](#neos-mailgun-package)

A Neos Flow package to easily use the mailgun api.

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

[](#installation)

Just run `composer require neosrulez/neos-mailgun`

Usage
-----

[](#usage)

```
use NeosRulez\Neos\Mailgun\Message;

$message = new Message();
$message->setFrom('foo-from@bar.com');
$message->setTo('foo-to@bar.com');
$message->setCc('foo-cc@bar.com');
$message->setBcc('foo-bcc@bar.com');
$message->setSubject('This is the body');
$message->setBody('This is the body', 'text/html');

// Desired time of delivery. Note: Messages can be scheduled for a maximum of 3 days in the future.
$message->setDeliveryTime("tomorrow 8:00AM");

$message->setAttachments([
    '/data/neos/Data/foo.pdf'
]);
$message->send();
```

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

[](#configuration)

```
NeosRulez:
  Neos:
    Mailgun:
      apiKey: 'your-mailgun-api-key'
      domain: 'your-mailgun-domain'
#      server: 'https://api.eu.mailgun.net' # for EU servers
```

Author
------

[](#author)

- E-Mail:
- URL:

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

1598d ago

### 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 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M519](/packages/shopware-core)[symfony/twilio-notifier

Symfony Twilio Notifier Bridge

131.2M2](/packages/symfony-twilio-notifier)[sproutcms/cms

Enterprise content management and framework

242.2k4](/packages/sproutcms-cms)

PHPackages © 2026

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