vancado/vnc-powermail-encrypt 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vancado/vnc-powermail-encrypt

最新稳定版本:1.2.0

Composer 安装命令:

composer require vancado/vnc-powermail-encrypt

包简介

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

README 文档

README

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 using Composer

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do composer require vancado/vnc-powermail-encrypt.

Installation as extension from TYPO3 Extension Repository (TER)

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

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
        }
        
      }
    }
  }
}

统计信息

  • 总下载量: 21.43k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2020-11-17