PHPackages                             vancado/vnc-powermail-encrypt - 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. [Security](/categories/security)
4. /
5. vancado/vnc-powermail-encrypt

ActiveTypo3-cms-extension[Security](/categories/security)

vancado/vnc-powermail-encrypt
=============================

Adds encryption to powermail receiver emails with Secure Email (S/MIME) certificate. Supports certificates in .pem format.

1.2.0(1y ago)122.4k↓15%2GPL-2.0-or-laterPHP

Since Nov 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/vancado/vnc_powermail_encrypt)[ Packagist](https://packagist.org/packages/vancado/vnc-powermail-encrypt)[ RSS](/packages/vancado-vnc-powermail-encrypt/feed)WikiDiscussions master Synced 1mo ago

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

Emails encryption for powermail
===============================

[](#emails-encryption-for-powermail)

Allows you to encrypt recipient emails with Secure Email (S/MIME) certificate. Supports S/MIME certificates in PEM format, to convert .crt certificate to .pem format use following command.

```
openssl x509 -in mycert.crt -out mycert.pem -outform PEM

```

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

[](#installation)

### Installation using Composer

[](#installation-using-composer)

The recommended way to install the extension is by using [Composer](https://getcomposer.org/). In your Composer based TYPO3 project root, just do `composer require vancado/vnc-powermail-encrypt`.

### Installation as extension from TYPO3 Extension Repository (TER)

[](#installation-as-extension-from-typo3-extension-repository-ter)

Download and install the extension with the TYPO3 extension manager module.

Configuration
-------------

[](#configuration)

1. Include the static TypoScript of the extension.
2. Define the path to the folder where certificates are stored (By default EXT:vnc\_powermail\_encrypt/Resources/Private/Certificates) in TypoScript-Constant
3. Specify certificate file for each recipient email address in Typoscript:

```
plugin.tx_powermail {
  settings.setup {
    encryption {
      # specify certificates for each email address
      certificates {
        1 {
          email = info@example.com
          certificate = info@example.com.pem
        }

      }
    }
  }
}

```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance46

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~159 days

Recently: every ~395 days

Total

11

Last Release

414d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/50d12dd0e1c1567a3ce999c09da468af8fa2e667fcb147df3a55fb5b210e6fb4?d=identicon)[vancado](/maintainers/vancado)

---

Top Contributors

[![vnc-kber](https://avatars.githubusercontent.com/u/83655246?v=4)](https://github.com/vnc-kber "vnc-kber (10 commits)")[![vnc-jboe](https://avatars.githubusercontent.com/u/114162930?v=4)](https://github.com/vnc-jboe "vnc-jboe (3 commits)")[![j-boettcher](https://avatars.githubusercontent.com/u/3757788?v=4)](https://github.com/j-boettcher "j-boettcher (1 commits)")

---

Tags

encryptionpowermailtypo3-cms-extensiontypo3v10typo3v11typo3v12typo3v13typo3v9

### Embed Badge

![Health badge](/badges/vancado-vnc-powermail-encrypt/health.svg)

```
[![Health](https://phpackages.com/badges/vancado-vnc-powermail-encrypt/health.svg)](https://phpackages.com/packages/vancado-vnc-powermail-encrypt)
```

###  Alternatives

[leuchtfeuer/secure-downloads

"Secure Download": Apply TYPO3 access rights to ALL file assets (PDFs, TGZs or JPGs etc. - configurable) - protect them from direct access.

22234.7k1](/packages/leuchtfeuer-secure-downloads)[causal/fal-protect

Protect everything within /fileadmin/ based on associated folder and file restrictions (visibility, user groups and dates of publication).

1269.5k](/packages/causal-fal-protect)[in2code/powermail_cond

Add conditions (via AJAX) to powermail forms for fields and pages

10530.6k](/packages/in2code-powermail-cond)[georgringer/noopener

Add rel="noopener noreferrer" to all external links

1535.1k](/packages/georgringer-noopener)

PHPackages © 2026

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