定制 studiomitte/sent-mails 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

studiomitte/sent-mails

最新稳定版本:0.0.1

Composer 安装命令:

composer require studiomitte/sent-mails

包简介

README 文档

README

This extension provides a simple way to persist all sent mails in the database. Using a dedicated backend module a user can:

  • view the mail including plain & HTML view
  • resend the mail
  • forward the mail to a different email address
  • reject mails with a specific content
  • send a test email

module.png

Installation

This extension requires the usage of composer!

composer req studiomitte/sent-mails

Features

Reject sending mails

The extension provides a simple way to reject sending mails with a specific content. This can be useful to prevent sending mails to special email addresses. The current use case is to skip sending mails triggered by frontend tests which use a specific email address like cypress+1709191116@domain.tld.

The regex searchwords can be configured in the extension settings with e.g. cypress\+[\._a-zA-Z0-9-]+@domain\.tld'.

Mail-Information API

Calling /api/mailinformation?search=somecontent will return a status information about the sent mails. Basic auth needs to be configured in the extension settings. It only allows to retrieve the information of mails sent in the last 60 seconds

In combination with the feature "Reject sending mails" this can be used to check if a mail would have been sent or not.

Cleanup Emails

Due to GDPR, emails should not be stored indefinitely. They can be deleted via command or Scheduler Task if they are older than x days. By default, only successfully sent emails will be removed.

Usage (delete mails older than 30 days):

typo3 sentmails:cleanup --days-threshold=30

To see all options use:

typo3 help sentmails:cleanup

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2024-02-29

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固