PHPackages                             studiomitte/sent-mails - 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. studiomitte/sent-mails

ActiveTypo3-cms-extension[Mail &amp; Notifications](/categories/mail)

studiomitte/sent-mails
======================

0.0.1(2y ago)31.5k2[1 PRs](https://github.com/studiomitte/sent_mails/pulls)GPL-2.0-or-laterPHP

Since Feb 29Pushed 1y ago2 watchersCompare

[ Source](https://github.com/studiomitte/sent_mails)[ Packagist](https://packagist.org/packages/studiomitte/sent-mails)[ RSS](/packages/studiomitte-sent-mails/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

TYPO3 Extension `sent_mails`
============================

[](#typo3-extension-sent_mails)

This extension provides a simple way to persist **all** sent mails in the database. Using a dedicated backend module a user can:

- view the mail including plain &amp; HTML view
- resend the mail
- forward the mail to a different email address
- reject mails with a specific content
- send a test email

[![module.png](Resources/Public/Screenshots/module.png)](Resources/Public/Screenshots/module.png)

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

[](#installation)

This extension requires the usage of composer!

```
composer req studiomitte/sent-mails
```

Features
--------

[](#features)

### Reject sending mails

[](#reject-sending-mails)

The extension provides a simple way to reject sending mails with a specific content. This can be useful to prevent sending mails to special email addresses. The current use case is to skip sending mails triggered by frontend tests which use a specific email address like `cypress+1709191116@domain.tld`.

The regex searchwords can be configured in the extension settings with e.g. `cypress\+[\._a-zA-Z0-9-]+@domain\.tld'`.

### Mail-Information API

[](#mail-information-api)

Calling `/api/mailinformation?search=somecontent` will return a status information about the sent mails. Basic auth needs to be configured in the extension settings. It only allows to retrieve the information of mails sent in the last 60 seconds

In combination with the feature "Reject sending mails" this can be used to check if a mail would have been sent or not.

### Cleanup Emails

[](#cleanup-emails)

Due to GDPR, emails should not be stored indefinitely. They can be deleted via command or Scheduler Task if they are older than x days. By default, only successfully sent emails will be removed.

Usage (delete mails older than 30 days):

```
typo3 sentmails:cleanup --days-threshold=30
```

To see all options use:

```
typo3 help sentmails:cleanup
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 94.7% 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

810d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d08c176686c8914d32c70d4af388887d738930fdfdf07c7ca9c841ad10ed683?d=identicon)[georgringer](/maintainers/georgringer)

---

Top Contributors

[![georgringer](https://avatars.githubusercontent.com/u/1905663?v=4)](https://github.com/georgringer "georgringer (18 commits)")[![twojtylak](https://avatars.githubusercontent.com/u/16890929?v=4)](https://github.com/twojtylak "twojtylak (1 commits)")

---

Tags

mailextensionbackendtypo3

### Embed Badge

![Health badge](/badges/studiomitte-sent-mails/health.svg)

```
[![Health](https://phpackages.com/badges/studiomitte-sent-mails/health.svg)](https://phpackages.com/packages/studiomitte-sent-mails)
```

###  Alternatives

[directmailteam/direct-mail

Advanced Direct Mail/Newsletter mailer system with sophisticated options for personalization of emails including response statistics.

39209.3k2](/packages/directmailteam-direct-mail)[mediaessenz/mail

Powerful newsletter system for TYPO3

119.1k2](/packages/mediaessenz-mail)[sup7even/mailchimp

Simple MailChimp integration to let users register to a specific list

1531.9k](/packages/sup7even-mailchimp)

PHPackages © 2026

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