PHPackages                             tacoberu/nette-mailing - 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. tacoberu/nette-mailing

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

tacoberu/nette-mailing
======================

Support send mail in nette application.

v2.4.5(6mo ago)0511MITPHPPHP &gt;=7.2 &lt;8.4CI failing

Since Nov 30Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/tacoberu/nette-mailing)[ Packagist](https://packagist.org/packages/tacoberu/nette-mailing)[ Docs](https://github.com/tacoberu/nette-mailer)[ RSS](/packages/tacoberu-nette-mailing/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (7)Versions (16)Used By (0)

Nette Mailer
============

[](#nette-mailer)

Mailer support for Nette. Support logging mail to files.

Inspired by Pavel Janda (). Many thanks.

Starts:

```
composer require tacoberu/nette-mailing

```

Register extension in config file:

```
extensions:
    mailing: Taco\Nette\Mailing\Extension

mailing:
    do: log
    sender: foo@bar.baz
    log_directory: %appDir%/../var/log/mails

```

Using service Taco\\Nette\\Mailing\\MailingService

```
$this->container->getByType(Taco\Nette\Mailing\MailingService::class)->send('contact', 'recipient@example.com', ['greating' => 'Salut...']);

```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance68

Regular maintenance activity

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 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

Every ~233 days

Recently: every ~193 days

Total

15

Last Release

187d ago

Major Versions

v0.9.4 → v2.3.22017-06-14

v0.9.5 → v2.3.x-dev2023-09-29

PHP version history (3 changes)v2.3.0PHP &gt;=5.5

v2.3.2PHP &gt;=5.3

v2.4.2PHP &gt;=7.2 &lt;8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d9535bc57ab9e7c844b76be57d024b97eb84e9f8a9d308537afffe9cf81c409?d=identicon)[tacoberu](/maintainers/tacoberu)

---

Top Contributors

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

---

Tags

nettemailer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tacoberu-nette-mailing/health.svg)

```
[![Health](https://phpackages.com/badges/tacoberu-nette-mailing/health.svg)](https://phpackages.com/packages/tacoberu-nette-mailing)
```

###  Alternatives

[nette/mail

📧 Nette Mail: A handy library for creating and sending emails in PHP.

5389.8M246](/packages/nette-mail)[contributte/mailing

Sending emails with pleasure and prepared templates.

16961.0k2](/packages/contributte-mailing)[dotblue/mandrill

OO wrapper above Mandrill API for sending e-mails

1476.5k1](/packages/dotblue-mandrill)

PHPackages © 2026

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