somehow-digital/craft-mailpit 问题修复 & 功能扩展

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

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

somehow-digital/craft-mailpit

最新稳定版本:v1.0.1

Composer 安装命令:

composer require somehow-digital/craft-mailpit

包简介

Mailpit integration for Craft CMS.

README 文档

README

Mailpit icon

Mailpit for Craft CMS

Provides a Mailpit integration for Craft CMS.

Features

  • Display the Mailpit web interface in a dedicated Control Panel section or as Utility.
  • Unread message count badge in the sidebar navigation or utility icon.
  • Simple configuration with support for environment variables.

Requirements

  • Craft CMS 5.8.0 or later.
  • PHP 8.2 or later.

Installation

Install this plugin from the Plugin Store or via Composer.

Plugin Store

Go to the “Plugin Store” in your project’s Control Panel, search for “Mailpit” and click on the “Install” button in its modal window.

Composer

composer require somehow-digital/craft-mailpit
./craft plugin/install mailpit

Configuration

You can configure the plugin in the Control Panel under SettingsMailpit, or by creating a config/mailpit.php file:

<?php

return [
  'host' => App::env('MAILPIT_HOST'),
  'type' => App::env('MAILPIT_TYPE'), // 'page' or 'utility'
];

somehow digital.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-15