prajwal89/email-management
最新稳定版本:v0.3.0
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
统计信息
- 总下载量: 110
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-09