Download the PHP package modernmcguire/mailspy without Composer
On this page you can find all versions of the php package modernmcguire/mailspy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download modernmcguire/mailspy
More information about modernmcguire/mailspy
Files in modernmcguire/mailspy
Package mailspy
Short Description MailSpy is a Laravel package that allows you to capture and inspect emails sent by your application. It was created to help with testing and debugging email sending in Laravel applications in addition to getting around low retention log limits in services like MailGun and MailerSend.
License MIT
Homepage https://github.com/modernmcguire/mailspy
Informations about the package mailspy
MailSpy
MailSpy is a Laravel package that allows you to capture and inspect emails sent by your application. It was created to help with testing and debugging email sending in Laravel applications in addition to getting around low retention log limits in services like MailGun and MailerSend.
Do you want to fully capture your emails as an alternative to the log driver? Try out MailThief.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
Usage
Nothing to do here! Simply install the package and we will start tracking outgoing email saving the results to your database.
Events
MailSpy listens for the MessageSending and MessageSent events.
You may register your own event listeners by calling the Mailspy::sending()
and Mailspy::sent()
methods in a service provider.
Tags
If you want to tag your emails, you can do so by adding the MailspyTags
concern to any of your mailable classes.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ben Miller
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of mailspy with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0