somehow-digital/craft-mailpit
最新稳定版本:v1.0.1
Composer 安装命令:
composer require somehow-digital/craft-mailpit
包简介
Mailpit integration for Craft CMS.
README 文档
README
Mailpit 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 Settings → Mailpit, or by creating a config/mailpit.php file:
<?php return [ 'host' => App::env('MAILPIT_HOST'), 'type' => App::env('MAILPIT_TYPE'), // 'page' or 'utility' ];
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-15