prajwal89/email-management 问题修复 & 功能扩展

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

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

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-management
  • php artisan vendor:publish --tag=email-management-migrations
  • php artisan vendor:publish --tag=email-management-config
  • php artisan vendor:publish --provider="DirectoryTree\ImapEngine\Laravel\ImapServiceProvider"
  • Implement EmailReceivable interface to your User model.
  • Implement HasEmailLogs interface to your User model.
  • ./vendor/prajwal89/email-management/resources/views/**/*.blade.php, add this to your filaments tailwind.config.js
  • run npm run build to build css asset for filament dashboard
  • Register filament plugin new EmailManagementFilamentPlugin
  • php artisan make:queue-table
  • php artisan migrate
  • To watch incoming emails php artisan imap:watch default --with=flags,headers,body This 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
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-09