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)25.1k1GPL-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 3d 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 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

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

1524d 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

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

66338.4k10](/packages/derhansen-sf-event-mgt)[brotkrueml/schema

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

34653.7k16](/packages/brotkrueml-schema)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)[jweiland/events2

Events 2 - Create single and recurring events

2166.7k3](/packages/jweiland-events2)[t3sbs/t3sbootstrap

Startup extension to use bootstrap 5 classes, components and more out of the box. Example and info: \[www.t3sbootstrap.de\](https://www.t3sbootstrap.de)

2416.4k](/packages/t3sbs-t3sbootstrap)

PHPackages © 2026

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