PHPackages                             leeroy/craftcms-email-test - 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. leeroy/craftcms-email-test

ActiveCraft-plugin[Mail &amp; Notifications](/categories/mail)

leeroy/craftcms-email-test
==========================

Plugin to add test email sending and email templates

07PHP

Since Mar 29Pushed 2y agoCompare

[ Source](https://github.com/LeeroyLabs/craftcms-email-test)[ Packagist](https://packagist.org/packages/leeroy/craftcms-email-test)[ RSS](/packages/leeroy-craftcms-email-test/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Leeroy Email Test module for Craft CMS 3.x
==========================================

[](#leeroy-email-test-module-for-craft-cms-3x)

A module to test the templates of emails

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

[](#requirements)

This module requires Craft CMS 3.0.0-RC1 or later.

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

[](#installation)

To install the module, follow these instructions.

First, you'll need to add the contents of the `app.php` file to your `config/app.php` (or just copy it there if it does not exist). This ensures that your module will get loaded for each request. The file might look something like this:

```
return [
    'modules' => [
        'leeroy-email-test' => [
            'class' => leeroy\leeroyemailtest\LeeroyEmailTest::class,
            'components' => [
                'leeroyEmailTestService' => [
                    'class' => 'leeroy\leeroyemailtest\services\LeeroyEmailTestService',
                ],
            ],
        ],
    ],
    'bootstrap' => ['leeroy-email-test'],
];

```

You'll also need to make sure that you add the following to your project's `composer.json` file so that Composer can find your module:

```
"autoload": {
    "psr-4": {
      "leeroy\leeroyemailtest\\": "src/"
    }
},

```

After you have added this, you will need to do:

```
composer dump-autoload

```

…from the project’s root directory, to rebuild the Composer autoload map. This will happen automatically any time you do a `composer install` or `composer update` as well.

Leeroy Email Test Overview
--------------------------

[](#leeroy-email-test-overview)

-Insert text here-

Using Leeroy Email Test
-----------------------

[](#using-leeroy-email-test)

-Insert text here-

Leeroy Email Test Roadmap
-------------------------

[](#leeroy-email-test-roadmap)

Some things to do, and ideas for potential features:

- Release it

Brought to you by [Antoine Chouinard](https://github.com/1543132)

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/92767cd5e1ad8cc0aab1bd087488a7356b1d40a37eb17063d023cf3192e5fa78?d=identicon)[Leeroy Digital Agency](/maintainers/Leeroy%20Digital%20Agency)

---

Top Contributors

[![AntoineLeeroy](https://avatars.githubusercontent.com/u/116293543?v=4)](https://github.com/AntoineLeeroy "AntoineLeeroy (6 commits)")

### Embed Badge

![Health badge](/badges/leeroy-craftcms-email-test/health.svg)

```
[![Health](https://phpackages.com/badges/leeroy-craftcms-email-test/health.svg)](https://phpackages.com/packages/leeroy-craftcms-email-test)
```

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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