modernmcguire/mailthief 问题修复 & 功能扩展

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

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

modernmcguire/mailthief

最新稳定版本:v0.6.0

Composer 安装命令:

composer require modernmcguire/mailthief

包简介

A Laravel package to catch outbound mail (similar to Mailtrap) that also provides a UI to view them.

README 文档

README

A drop-in replacement for Mailtrap

Latest Version on Packagist Total Downloads

A custom Laravel mailer that captures outbound emails, saves them to the database, and provides a clean UI for viewing. For a local environment you have wonderful tools like HELO or Mailhog. For dev environments, there's really only Mailtrap. This is meant to replace that.

Alt text

Do you just want to track your emails and don't need to capture them? Try out MailSpy.

Installation

You can install the package via composer:

composer require modernmcguire/mailthief
  1. Update your .env file
MAIL_MAILER=mailthief
  1. Run migrations
php artisan migrate

And that's it!

Usage

You can publish the config using Laravel's built in php artisan vendor:publish

The UI can be found at /dev/emails. This path is configurable via the config file.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email ben@modernmcguire.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

统计信息

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

GitHub 信息

  • Stars: 31
  • Watchers: 3
  • Forks: 3
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-13