maispace/mai-mail

Mail queue and logging extension for TYPO3 backend mail dispatch with site-based theming.

Maintainers

Package info

github.com/mai-space-de/typo3-extension-mail

Type:typo3-cms-extension

pkg:composer/maispace/mai-mail

Statistics

Installs: 0

Dependents: 3

Suggesters: 1

Stars: 0

Open Issues: 0

v14.0.0 2026-05-23 19:43 UTC

This package is auto-updated.

Last update: 2026-05-23 20:38:34 UTC


README

Backend mail dispatch extension for TYPO3 with an async mail queue, persistent mail log, backend inspection module, queue worker command, and site-based theming hooks via TypoScript settings.

Installation

composer require maispace/mai-mail

Features

  • Async mail queue with retry tracking in tx_maimail_queue
  • Persistent mail log in tx_maimail_log
  • Backend module for queued and logged mails
  • Symfony console command mail:process-queue
  • Site-based mail theming via TypoScript constants

Development

composer lint:check
composer test