Download the PHP package modernmcguire/mailthief without Composer
On this page you can find all versions of the php package modernmcguire/mailthief. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download modernmcguire/mailthief
More information about modernmcguire/mailthief
Files in modernmcguire/mailthief
Package mailthief
Short Description A Laravel package to catch outbound mail (similar to Mailtrap) that also provides a UI to view them.
License MIT
Homepage https://github.com/modernmcguire/mailthief
Informations about the package mailthief
Mailthief
A drop-in replacement for Mailtrap
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.
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:
-
Update your
.env
file - Run migrations
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
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 [email protected] instead of using the issue tracker.
Credits
- Ben Miller
- All Contributors
- Icon Creator - kerismaker
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of mailthief with dependencies
illuminate/support Version ^9.0|^10.0|^11.0
livewire/livewire Version ^2.12|^3.0