PHPackages                             belsignum/disposable-email - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. belsignum/disposable-email

ActiveTypo3-cms-extension[Validation &amp; Sanitization](/categories/validation)

belsignum/disposable-email
==========================

A service extension to compile lists of disposable and free mail providers, offering a simple way to validate email addresses against them.

12.2.0(2mo ago)020GPL-2.0-or-laterPHPCI passing

Since Apr 9Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Andreas-Sommer/disposable-email)[ Packagist](https://packagist.org/packages/belsignum/disposable-email)[ RSS](/packages/belsignum-disposable-email/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (12)Used By (0)

disposable-email
================

[](#disposable-email)

A service extension to compile lists of disposable and free mail providers, offering a simple way to validate email addresses against them.

install
-------

[](#install)

```
composer req belsignum/disposable-email

```

Tests
-----

[](#tests)

Run tests from extension directory:

```
vendor/bin/phpunit -c Build/phpunit/UnitTests.xml
vendor/bin/phpunit -c Build/phpunit/FunctionalTests.xml

```

Alternatively via composer scripts:

```
composer test:unit
composer test:functional

```

The CI workflow runs both test suites (`Unit` and `Functional`).

Extension configuration options
-------------------------------

[](#extension-configuration-options)

**basic.type - Lists to use**

- Disable validation
- Disposable email provider
- Free email provider
- Disposable &amp; free email provider
- Custom lists only

**basic.customLists - Custom Lists (comma separated list of public URIs)**Only absolute `https://` URLs are supported.

**powermail.overloadEmailValidation - Overload Email Validation, else adds additional validation rule**

Powermail validation rule
-------------------------

[](#powermail-validation-rule)

- Disposable Email
- Or overload Email validation rule - Set extension configuration powermail.overloadEmailValidation=1

Powermail list type override via TypoScript
-------------------------------------------

[](#powermail-list-type-override-via-typoscript)

Use TypoScript to override the list type for Powermail validation.

```
plugin.tx_powermail.settings.setup.tx_disposableemail.overrideExtensionSettings {
  # one override for current Powermail context
  type = disposable

  # optional form specific mapping
  typeByForm {
    # disable disposable email validation for this form
    100 = disable

    123 = disposable
    456 = freemail
  }
}

```

`typeByForm` has priority over `type`. In `typeByForm`, use the UID of the default language form record. Localized forms are resolved via `l10n_parent`. Supported values are `disable`, `disposable`, `freemail`, `both`, `customListsOnly`.

CMS-Form
--------

[](#cms-form)

- Validator for E-Mail Field comparing E-Mail Address against lists of disposable and free mail providers
- Validator for E-Mail Field comparing username or email address in fe\_users
- Optional validator option `listType` (`disable|disposable|freemail|both|customListsOnly`) to override extension configuration per field

List storage and deduplication
------------------------------

[](#list-storage-and-deduplication)

- Domains are stored with `provider_type` (`disposable`, `freemail`, `custom`).
- Deduplication is done per `provider_type`.
- Custom lists are stored as `custom` and are checked in addition to selected built-in list types.
- DB-level uniqueness is enforced by `uniq_domain_provider_type (domain, provider_type)`.

Update list
-----------

[](#update-list)

### CLI

[](#cli)

```
php vendor/bin/typo3 disposable-email:update

```

### Scheduler

[](#scheduler)

1. Add new Scheduler Task
2. Choose Class "Execute console commands"
3. Choose Schedulable Command "disposable-email:update: Updates the current list with the remote endpoint. updates are provided usually weekly."

Changelog
---------

[](#changelog)

See [CHANGELOG.md](./CHANGELOG.md).

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance91

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Every ~40 days

Recently: every ~23 days

Total

9

Last Release

72d ago

Major Versions

10.0.0 → 12.0.02025-04-09

v10.x-dev → 12.2.02026-02-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/03d3db83203d6cf93e3b12cb86a8bd2dafe17669d605933d352c34eb607bea0e?d=identicon)[belsignum](/maintainers/belsignum)

---

Top Contributors

[![Andreas-Sommer](https://avatars.githubusercontent.com/u/30976558?v=4)](https://github.com/Andreas-Sommer "Andreas-Sommer (19 commits)")

---

Tags

TYPO3 CMStypo3-extensionDisposable Email provider list

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/belsignum-disposable-email/health.svg)

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

###  Alternatives

[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

33584.6k13](/packages/brotkrueml-schema)

PHPackages © 2026

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