sarfraznawaz2005 / emailwatch
Laravel package to open sent emails in default email client directly.
Installs: 153
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/sarfraznawaz2005/emailwatch
Requires
- illuminate/support: ~5.5|~6.0|~7.0|~8.0|~9.0
 
This package is auto-updated.
Last update: 2025-10-29 02:09:34 UTC
README
Laravel EmailWatch
Laravel package to open sent emails in default email client directly whenever an email is sent useful for local testing.
Note: You should have default email client set to open eml format files by default otherwise it won't work. Normally most email clients open .eml files by default.
Requirements
- PHP >= 5.6
 - Laravel 5.5 or greater
 
Installation
Via Composer
$ composer require sarfraznawaz2005/emailwatch
Publish package's config file by running below command:
$ php artisan vendor:publish --provider="Sarfraznawaz2005\EmailWatch\ServiceProvider"
It should publish config/emailwatch.php config file. Now make sure package is enabled by setting enabled value in config/emailwatch.php.
Credits
License
Please see the license file for more information.