prajwal89/email-management
Composer 安装命令:
composer require prajwal89/email-management
包简介
Complete Email Management Solution for Laravel Apps with A/B Testing, Tracking, Cold Emailing, and Newsletter Support
README 文档
README
This is an opinionated email management solution with powerful features for modern Laravel applications:
✨ Features
- ✅ A/B Testing – Easily test multiple email variants of same email
- 📤 Track Outgoing Emails – Monitor every email sent from your system
- 📈 Email Open & Click Tracking – Know when your emails are opened and visited
- 🛡️ Spam Protection – Prevent abuse with built-in safeguards
- 🧩 Filament Plugin Included – Seamlessly integrates with your Filament admin panel
- 👀 Preview Emails – Visual preview of all your email templates
- 📰 Newsletter Support – Manage and send newsletters with ease
Installation
composer require prajwal89/email-managementphp artisan vendor:publish --tag=email-management-migrationsphp artisan vendor:publish --tag=email-management-configphp artisan vendor:publish --provider="DirectoryTree\ImapEngine\Laravel\ImapServiceProvider"- Implement
EmailReceivableinterface to your User model. - Implement
HasEmailLogsinterface to your User model. ./vendor/prajwal89/email-management/resources/views/**/*.blade.php, add this to your filaments tailwind.config.js- run
npm run buildto build css asset for filament dashboard - Register filament plugin
new EmailManagementFilamentPlugin php artisan make:queue-tablephp artisan migrate- To watch incoming emails
php artisan imap:watch default --with=flags,headers,bodyThis is required if you are using Cold emailing feature or it will send all follow up emails despite of user reply. also it should be restarted like queue workers to load latest app code
Core Concepts
-
Email Event Email events are events that are automatically triggered by app eg. user registration
-
Email Campaign Manually run email campaigns e.g notifying new feature
Usage
-
run command to create a email event
php artisan make:email-event
-
follow the instructions
Campaign Emails
These events emails are manually triggered like marketing emails eg. 15% off on black friday sell
prajwal89/email-management 适用场景与选型建议
prajwal89/email-management 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 112 次下载、GitHub Stars 达 2, 最近一次更新时间为 2025 年 04 月 09 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「newsletter」 「email」 「laravel」 「campaign」 「tracking」 「ab-testing」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 prajwal89/email-management 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 prajwal89/email-management 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 prajwal89/email-management 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Manage newsletters in Laravel
Extensible library for building notifications and sending them via different delivery channels.
Email+ extends Kirby's email capabilities by adding support for multiple email services using the same Kirby email API.
Sendrill DB
The Newsletter Module provides the newsletter features to manage newsletters and mailing lists.
Custom form builder for OctoberCMS
统计信息
- 总下载量: 112
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 26
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-09