PHPackages                             kitzberger/rte-ckeditor-automails - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kitzberger/rte-ckeditor-automails

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

kitzberger/rte-ckeditor-automails
=================================

TYPO3 CKEditor Rich Text Editor: Auto-link mail addresses

1.0.8(4y ago)24.9k1GPL-2.0-or-laterJavaScript

Since Mar 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kitzberger/rte_ckeditor_automails)[ Packagist](https://packagist.org/packages/kitzberger/rte-ckeditor-automails)[ Docs](https://github.com/kitzberger/rte_ckeditor_automails)[ RSS](/packages/kitzberger-rte-ckeditor-automails/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (10)Used By (0)

TYPO3 Extension rte\_ckeditor\_automails
========================================

[](#typo3-extension-rte_ckeditor_automails)

Brings the feature of automatically linking mail addresses to TYPO3's default editor ckeditor.

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

[](#installation)

- `composer require kitzberger/rte-ckeditor-automails`
- Install extension via extension manager in the backend

### Load PageTS

[](#load-pagets)

Simply load the RTE configuration `default+automails` provided by this extension via PageTS to the root page of your page tree. This'll set the default RTE configuration enhanced by this plugin as a default for all RTEs in that page tree.

### Custom RTE config

[](#custom-rte-config)

Alternatively to enabling the `default+automails` configuration you can create your own RTE configuration and simply import the yaml file as described below.

#### EXT:custom/ext\_localconf.php

[](#extcustomext_localconfphp)

```
$GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['custom'] = 'EXT:custom/Configuration/RTE/Default.yaml';
```

#### EXT:custom/Configuration/RTE/Default.yaml

[](#extcustomconfigurationrtedefaultyaml)

```
# Load default processing options + the automails plugin
imports:
  - { resource: "EXT:rte_ckeditor/Configuration/RTE/Processing.yaml" }
  - { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Base.yaml" }
  - { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml" }
  - { resource: "EXT:rte_ckeditor_automails/Configuration/RTE/Plugin.yaml" }
```

### Default link class

[](#default-link-class)

The class that is being used by default for the created `` tag is: `mail`.

You can change that by adding this to your RTE configuration:

```
editor:
  externalPlugins:
    automails:
      defaultClass: 'autolinked-mail-address'

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Every ~144 days

Recently: every ~183 days

Total

9

Last Release

1469d ago

### Community

Maintainers

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

---

Top Contributors

[![kitzberger](https://avatars.githubusercontent.com/u/1405149?v=4)](https://github.com/kitzberger "kitzberger (18 commits)")[![mueller-sebastian](https://avatars.githubusercontent.com/u/20316366?v=4)](https://github.com/mueller-sebastian "mueller-sebastian (1 commits)")

---

Tags

TYPO3 CMS

### Embed Badge

![Health badge](/badges/kitzberger-rte-ckeditor-automails/health.svg)

```
[![Health](https://phpackages.com/badges/kitzberger-rte-ckeditor-automails/health.svg)](https://phpackages.com/packages/kitzberger-rte-ckeditor-automails)
```

###  Alternatives

[derhansen/sf_event_mgt

Configurable event management and registration extension based on ExtBase and Fluid

64313.9k6](/packages/derhansen-sf-event-mgt)[brotkrueml/schema

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

33584.6k13](/packages/brotkrueml-schema)[causal/extractor

This extension detects and extracts metadata (EXIF / IPTC / XMP / ...) from potentially thousand different file types (such as MS Word/Powerpoint/Excel documents, PDF and images) and bring them automatically and natively to TYPO3 when uploading assets. Works with built-in PHP functions but takes advantage of Apache Tika and other external tools for enhanced metadata extraction.

16244.5k](/packages/causal-extractor)[typo3-themes/themes

TYPO3 THEMES

3642.6k2](/packages/typo3-themes-themes)[jweiland/events2

Events 2 - Create single and recurring events

2062.4k2](/packages/jweiland-events2)[mfd/ai-filemetadata

Automatically generates FAL metadata for files by means of public LLMs

1142.1k](/packages/mfd-ai-filemetadata)

PHPackages © 2026

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